File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 4343 - name : Pack binaries
4444 run : |
4545 cd WSTD_FL3NGR
46- tar -c -h -z -f ${{ github.event.repository.name }}-linux-x86_64-${{ github.event.pull_request.number || env.action_tag }}.tar.gz bin/
46+ mv bin WSTD_FL3NGR
47+ tar -c -h -z -f ${{ github.event.repository.name }}-linux-x86_64-${{ github.event.pull_request.number || env.action_tag }}.tar.gz WSTD_FL3NGR/
4748 - uses : actions/upload-artifact@v3
4849 with :
4950 name : ${{ github.event.repository.name }}-linux-x86_64-${{ github.event.pull_request.number || env.action_tag }}
@@ -101,7 +102,8 @@ jobs:
101102 - name : Pack binaries
102103 run : |
103104 cd WSTD_FL3NGR
104- tar -c -h -z -f ${{ github.event.repository.name }}-win64-${{ github.event.pull_request.number || env.action_tag }}.tar.gz bin/
105+ mv bin WSTD_FL3NGR
106+ tar -c -h -z -f ${{ github.event.repository.name }}-win64-${{ github.event.pull_request.number || env.action_tag }}.tar.gz WSTD_FL3NGR/
105107 - uses : actions/upload-artifact@v3
106108 with :
107109 name : ${{ github.event.repository.name }}-win64-${{ github.event.pull_request.number || env.action_tag }}
You can’t perform that action at this time.
0 commit comments