Skip to content

Commit

Permalink
Current Dir not preserved between tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
ndonathan authored Nov 27, 2024
1 parent 2ac9d2d commit c5ce645
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
fyne-cross windows -arch=* -ldflags -H=windowsgui -app-id 'com.networkrehab'
- name: Build for Linux
run: fyne-cross linux -arch=*
run: |
cd cmd/tasks/
fyne-cross linux -arch=*
- name: Upload Build Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c5ce645

Please sign in to comment.