Skip to content

Commit

Permalink
[gha] fix linux AppImage name
Browse files Browse the repository at this point in the history
  • Loading branch information
oxy86 committed Dec 2, 2024
1 parent 1a154c2 commit c0ead63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
../linuxdeployqt-continuous-x86_64.AppImage AppDir/${MY_PREFIX}/share/applications/*.desktop \
-appimage -extra-plugins=iconengines,imageformats
ARTIFACT_FN="${{env.APPLICATION}}-${{env.VERSION}}.AppImage"
ARTIFACT_FN="${{env.APPLICATION}}-${{env.VERSION}}-$(uname -i).AppImage"
if [[ -f ${ARTIFACT_FN} ]]; then
echo "🎉 AppImage created! Listing files in current directory..."
Expand Down Expand Up @@ -376,7 +376,7 @@ jobs:
uses: actions/upload-release-asset@v1
with:
upload_url: "https://uploads.github.com/repos/${{ github.repository }}/releases/continuous/assets{?name,label}"
asset_path: ${{ env.MAC_ARTIFACT }}
asset_path: ./${{ env.MAC_ARTIFACT }}
asset_name: "${{ env.MAC_ARTIFACT }}"
asset_content_type: "application/octet-stream"
env:
Expand Down

0 comments on commit c0ead63

Please sign in to comment.