Skip to content

Commit 689ca72

Browse files
committed
Change release workflow
1 parent 37451f3 commit 689ca72

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,5 @@ jobs:
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2929
run: |
30-
cd build
31-
tar -czvf ../oicompare-${{ github.event.release.tag_name }}.tar.gz oicompare
32-
cd ..
33-
gh release upload ${{ github.event.release.tag_name }} oicompare-${{ github.event.release.tag_name }}.tar.gz
30+
gh release upload ${{ github.event.release.tag_name }} build/oicompare
3431
gh release upload ${{ github.event.release.tag_name }} oicompare-sandbox-${{ github.event.release.tag_name }}.tar.gz

0 commit comments

Comments
 (0)