We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37451f3 commit 689ca72Copy full SHA for 689ca72
.github/workflows/release.yaml
@@ -27,8 +27,5 @@ jobs:
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
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
+ gh release upload ${{ github.event.release.tag_name }} build/oicompare
34
gh release upload ${{ github.event.release.tag_name }} oicompare-sandbox-${{ github.event.release.tag_name }}.tar.gz
0 commit comments