Skip to content

Commit

Permalink
Messed up the path somehow
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnoyingRain5 committed Nov 29, 2023
1 parent 3f5e4a2 commit efadb2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
name: CrankItUp-Linux
path: CrankItUp.Desktop/bin/Debug/net6.0/*

build-appimage:
runs-on: ubuntu-latest
steps:
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Prepare
run: chmod +x ./publish-appimage
run: chmod +x ./CrankItUp.Desktop/publish-appimage
- name: Build
run: ./CrankItUp.Desktop/publish-appimage
- name: Upload a Build Artifact
Expand Down

0 comments on commit efadb2a

Please sign in to comment.