File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,11 @@ jobs:
26
26
run : |
27
27
mkdir -p oicompare-sandbox/bin
28
28
cp build/oicompare oicompare-sandbox/bin
29
- tar -czvf oicompare-sandbox-${{ github.event.release.tag_name }}.tar.gz oicompare-sandbox
29
+ mv oicompare-sandbox oicompare-sandbox-${{ github.event.release.tag_name }}
30
+ tar -czvf oicompare-sandbox-${{ github.event.release.tag_name }}.tar.gz oicompare-sandbox-${{ github.event.release.tag_name }}
30
31
- name : Upload to release
31
32
env :
32
33
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33
34
run : |
34
35
gh release upload ${{ github.event.release.tag_name }} build/oicompare
35
- gh release upload ${{ github.event.release.tag_name }} oicompare-sandbox-${{ github.event.release.tag_name }}.tar.gz
36
+ gh release upload ${{ github.event.release.tag_name }} oicompare-sandbox-${{ github.event.release.tag_name }}.tar.gz
You can’t perform that action at this time.
0 commit comments