Skip to content

Commit

Permalink
Change release asset upload part of workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
dccsillag committed Oct 17, 2021
1 parent 2927898 commit e90a9a3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/cross_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ jobs:
# TODO: strip executable?
# TODO: tarball
# TODO: upload tarball
- name: Rename built binary
run: mv target/${{ matrix.target }}/release/rum rum-${{ matrix.target }}
- name: Publish built binary
uses: actions/upload-artifact@v2
uses: softprops/action-gh-release@v1
with:
name: rum-${{ matrix.target }}
path: target/${{ matrix.target }}/release/rum
# name: rum-${{ matrix.target }}
files: rum-${{ matrix.target }}

0 comments on commit e90a9a3

Please sign in to comment.