summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 9201f1e..2b9f3d2 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -53,7 +53,7 @@ jobs:
if: matrix.archive == 'tar'
run: |
cp target/release/foo .
- tar czvf ../../${{ matrix.output }} target/release/foo
+ tar czvf ${{ matrix.output }} target/release/foo
- name: Create Release
id: create_release