summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2019-10-21 20:05:50 +0300
committerYuval Adam <_@yuv.al>2019-10-21 20:05:50 +0300
commit47b7e7c1a8e716abf8b82053b35384b0be42e859 (patch)
tree9d32f0160e1d3d54eb4a681aacb2a95857c8142a /.github/workflows
parentae27d66060e6a4ffb957aecc05ab143500d89c37 (diff)
oopsv6
Diffstat (limited to '.github/workflows')
-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