File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 7676
7777 - name : Move binaries
7878 run : |
79- mv -f ${{ env.REPOSITORY }}-x86_64-apple-darwin/${{ env.REPOSITORY }} ./byteme-x86_64-apple-darwin
80- mv -f ${{ env.REPOSITORY }}-x86_64-unknown-linux-gnu/${{ env.REPOSITORY }} ./byteme-x86_64-unknown-linux-gnu
81- mv -f ${{ env.REPOSITORY }}-x86_64-pc-windows-msvc/${{ env.REPOSITORY }}.exe ./byteme-x86_64-pc-windows.exe
79+ rm -rf bin && mkdir bin
80+ mv -f ${{ env.REPOSITORY }}-x86_64-apple-darwin/${{ env.REPOSITORY }} ./bin/${{ env.REPOSITORY }}-x86_64-apple-darwin
81+ mv -f ${{ env.REPOSITORY }}-x86_64-unknown-linux-gnu/${{ env.REPOSITORY }} ./bin/${{ env.REPOSITORY }}-x86_64-unknown-linux-gnu
82+ mv -f ${{ env.REPOSITORY }}-x86_64-pc-windows-msvc/${{ env.REPOSITORY }}.exe ./bin/${{ env.REPOSITORY }}-x86_64-pc-windows.exe
8283
8384 - name : Release
8485 uses : softprops/action-gh-release@v1
8990 draft : true
9091 fail_on_unmatched_files : true
9192 files : |
92- ${{ env.REPOSITORY }}-x86_64-apple-darwin
93- ${{ env.REPOSITORY }}-x86_64-unknown-linux-gnu
94- ${{ env.REPOSITORY }}-x86_64-pc-windows.exe
93+ ./bin/ ${{ env.REPOSITORY }}-x86_64-apple-darwin
94+ ./bin/ ${{ env.REPOSITORY }}-x86_64-unknown-linux-gnu
95+ ./bin/ ${{ env.REPOSITORY }}-x86_64-pc-windows.exe
You can’t perform that action at this time.
0 commit comments