git: Don't fail if artifacts.tar doesn't exist

This commit is contained in:
WerWolv
2025-08-07 23:43:28 +02:00
parent 38b891bd62
commit 6200036014
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ jobs:
mv "Windows Portable arm64.zip" imhex-${{ env.IMHEX_VERSION }}-Windows-Portable-arm64.zip
mv "Windows Portable NoGPU x86_64.zip" imhex-${{ env.IMHEX_VERSION }}-Windows-Portable-NoGPU-x86_64.zip
mv "ImHex Web.zip" imhex-${{ env.IMHEX_VERSION }}-Web.zip
rm artifact.tar
rm artifact.tar || true
- name: 📖 Generate Release Notes
id: release_notes

View File

@@ -119,7 +119,7 @@ jobs:
mv "Windows Portable arm64.zip" imhex-${{ env.IMHEX_VERSION }}-Windows-Portable-arm64.zip
mv "Windows Portable NoGPU x86_64.zip" imhex-${{ env.IMHEX_VERSION }}-Windows-Portable-NoGPU-x86_64.zip
mv "ImHex Web.zip" imhex-${{ env.IMHEX_VERSION }}-Web.zip
rm artifact.tar
rm artifact.tar || true
- name: ⬆️ Upload everything to release
uses: softprops/action-gh-release@4634c16e79c963813287e889244c50009e7f0981