Skip to content

Commit

Permalink
[gha] testing again
Browse files Browse the repository at this point in the history
  • Loading branch information
oxy86 committed Dec 2, 2024
1 parent 3301991 commit 1a154c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ env:

jobs:
ci_build:
permissions:
contents: write # Required to upload release assets

Check failure on line 31 in .github/workflows/build-ci.yml

View workflow job for this annotation

GitHub Actions / validate-yaml

31:59 [trailing-spaces] trailing spaces
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -206,7 +208,7 @@ jobs:
# NOTE: linuxdeployqt supports up to Ubuntu Focal Fossa

Check failure on line 209 in .github/workflows/build-ci.yml

View workflow job for this annotation

GitHub Actions / validate-yaml

209:66 [trailing-spaces] trailing spaces
echo "🚀 Creating the AppImage using linuxdeployqt..."
../linuxdeployqt-continuous-x86_64.AppImage AppDir/${MY_PREFIX}/usr/share/applications/*.desktop \
../linuxdeployqt-continuous-x86_64.AppImage AppDir/${MY_PREFIX}/share/applications/*.desktop \
-appimage -extra-plugins=iconengines,imageformats
ARTIFACT_FN="${{env.APPLICATION}}-${{env.VERSION}}.AppImage"
Expand Down Expand Up @@ -374,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.APPLICATION }}-${{ env.VERSION }}.dmg"
asset_path: ${{ env.MAC_ARTIFACT }}
asset_name: "${{ env.MAC_ARTIFACT }}"
asset_content_type: "application/octet-stream"
env:
Expand Down

0 comments on commit 1a154c2

Please sign in to comment.