mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 01:24:41 +02:00
ci: bump actions/upload-artifact from 7.0.0 to 7.0.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
mborgerson
parent
5d6a517337
commit
d0172e1102
@@ -168,7 +168,7 @@ jobs:
|
|||||||
tar -czvf ./dist/${{ env.ARTIFACT_NAME }}.tgz --transform "s#^dist#${{ env.ARTIFACT_NAME }}#" deb
|
tar -czvf ./dist/${{ env.ARTIFACT_NAME }}.tgz --transform "s#^dist#${{ env.ARTIFACT_NAME }}#" deb
|
||||||
mv xemu-*.AppImage dist
|
mv xemu-*.AppImage dist
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v4
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4
|
||||||
with:
|
with:
|
||||||
name: ${{ env.ARTIFACT_NAME }}
|
name: ${{ env.ARTIFACT_NAME }}
|
||||||
path: dist
|
path: dist
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ jobs:
|
|||||||
zip -r ../${pkg_filename} *
|
zip -r ../${pkg_filename} *
|
||||||
popd
|
popd
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v4
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4
|
||||||
with:
|
with:
|
||||||
name: xemu-macos-${{ matrix.arch }}-${{ matrix.configuration }}
|
name: xemu-macos-${{ matrix.arch }}-${{ matrix.configuration }}
|
||||||
path: ${{ steps.package.outputs.pkg_filename }}
|
path: ${{ steps.package.outputs.pkg_filename }}
|
||||||
@@ -127,7 +127,7 @@ jobs:
|
|||||||
zip -r ../${pkg_filename} *
|
zip -r ../${pkg_filename} *
|
||||||
popd
|
popd
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v4
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4
|
||||||
with:
|
with:
|
||||||
name: xemu-macos-universal-${{ matrix.configuration }}
|
name: xemu-macos-universal-${{ matrix.configuration }}
|
||||||
path: ${{ steps.package.outputs.pkg_filename }}
|
path: ${{ steps.package.outputs.pkg_filename }}
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ jobs:
|
|||||||
- name: Report ccache stats
|
- name: Report ccache stats
|
||||||
run: ccache -s
|
run: ccache -s
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v4
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4
|
||||||
with:
|
with:
|
||||||
name: xemu-windows-${{ matrix.arch }}-${{ matrix.configuration }}
|
name: xemu-windows-${{ matrix.arch }}-${{ matrix.configuration }}
|
||||||
path: dist
|
path: dist
|
||||||
@@ -118,7 +118,7 @@ jobs:
|
|||||||
7z a -tzip ../dist-pdb/${{ steps.package_id.outputs.pkg_filename}} * "-xr!*.pdb"
|
7z a -tzip ../dist-pdb/${{ steps.package_id.outputs.pkg_filename}} * "-xr!*.pdb"
|
||||||
7z a -tzip ../dist-pdb/${{ steps.package_id.outputs.pdb_filename}} "-ir!*.pdb"
|
7z a -tzip ../dist-pdb/${{ steps.package_id.outputs.pdb_filename}} "-ir!*.pdb"
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v4
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4
|
||||||
with:
|
with:
|
||||||
name: xemu-windows-${{ matrix.arch }}-${{ matrix.configuration }}-pdb
|
name: xemu-windows-${{ matrix.arch }}-${{ matrix.configuration }}-pdb
|
||||||
path: dist-pdb
|
path: dist-pdb
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ jobs:
|
|||||||
zstd "${tar_filename}"
|
zstd "${tar_filename}"
|
||||||
echo "pkg_filename=${tar_filename}.zst" >> $GITHUB_OUTPUT
|
echo "pkg_filename=${tar_filename}.zst" >> $GITHUB_OUTPUT
|
||||||
- name: Upload source package artifact
|
- name: Upload source package artifact
|
||||||
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v4
|
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4
|
||||||
with:
|
with:
|
||||||
name: src
|
name: src
|
||||||
path: ${{ steps.package.outputs.pkg_filename }}
|
path: ${{ steps.package.outputs.pkg_filename }}
|
||||||
|
|||||||
Reference in New Issue
Block a user