Skip to content

Commit

Permalink
[GitHub Actions] Hopefully last linux related change.
Browse files Browse the repository at this point in the history
Signed-off-by: Kristian Gergov <[email protected]>
  • Loading branch information
t1stm committed Sep 27, 2024
1 parent 9ef5d86 commit 3554975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Zip both projects together
run: |
cd bin/${{ matrix.platform }}
zip -r ../${{ matrix.platform }}-release.zip ThirtyDollarConverterGUI ThirtyDollarVisualizer
zip -r ../${{ matrix.platform }}-release.zip ./ThirtyDollarConverterGUI/* ./ThirtyDollarVisualizer/*
# Upload the zipped release assets as artifacts
- name: Upload release artifact
Expand Down

0 comments on commit 3554975

Please sign in to comment.