Skip to content

Commit

Permalink
hate.
Browse files Browse the repository at this point in the history
  • Loading branch information
Beyley committed May 11, 2024
1 parent 3f1c80d commit 7e73ed4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ jobs:
- name: 'Tar macOS x64 build'
if: matrix.os == 'macos-latest'
working-directory: Refresher/bin/Release/net8.0/osx-x64/publish/
run: tar -cvf ~/Refresher-x64.tar *.app
run: tar -cvf ../../../../../../Refresher-x64.tar *.app
- name: 'Tar macOS ARM64 build'
if: matrix.os == 'macos-latest'
working-directory: Refresher/bin/Release/net8.0/osx-arm64/publish/
run: tar -cvf ~/Refresher-arm64.tar *.app
run: tar -cvf ../../../../../../Refresher-arm64.tar *.app
- name: 'Tar Linux x64'
working-directory: Refresher/bin/Release/net8.0/linux-x64/publish/
if: matrix.os == 'ubuntu-latest'
run: tar -cvf ~/Refresher.tar *
working-directory: Refresher/bin/Release/net8.0/linux-x64/publish/
run: tar -cvf ../../../../../../Refresher.tar *

- name: Upload Linux x64 build
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 7e73ed4

Please sign in to comment.