Skip to content

Commit

Permalink
Fix build artifacts not uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
kelpsyberry committed Jan 20, 2024
1 parent 0fbca8a commit b6d1d18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
tar
-C target/${{ matrix.target }}/ci
-czf ../../../dust-desktop.tar.gz
-czf dust-desktop.tar.gz
dust-desktop${{ matrix.artifact-extension }}
- name: Upload release binary (no debugging features)
Expand All @@ -98,7 +98,7 @@ jobs:
tar
-C target/${{ matrix.target }}/ci
-czf ../../../dust-desktop.tar.gz
-czf dust-desktop.tar.gz
dust-desktop${{ matrix.artifact-extension }}
- name: Upload release binary (debugging features)
Expand All @@ -119,7 +119,7 @@ jobs:
tar
-C target/${{ matrix.target }}/ci
-czf ../../../dust-desktop.tar.gz
-czf dust-desktop.tar.gz
dust-desktop${{ matrix.artifact-extension }}
- name: Upload release binary (debugging features + GDB)
Expand Down

0 comments on commit b6d1d18

Please sign in to comment.