Skip to content

Commit

Permalink
Download appimagetool and run the publish command correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnoyingRain5 committed Nov 29, 2023
1 parent 81a76c6 commit a8e4a87
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,12 @@ jobs:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Download appimagetool
run: cd CrankitUp.Desktop && wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
- name: Prepare
run: chmod +x ./CrankItUp.Desktop/publish-appimage
run: chmod +x publish-appimage && chmod a+x appimagetool-x86_64.AppImage
- name: Build
run: cd CrankItUp.Desktop && publish-appimage -y
run: ./publish-appimage -y
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit a8e4a87

Please sign in to comment.