Skip to content

Commit

Permalink
add upload of artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabriel committed Apr 16, 2024
1 parent 5872eaf commit e10a8f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ jobs:

- name: Build binary
run: luastatic main.lua $(whereis lua | cut -d ' ' -f 2 | sed 's/bin\/lua//')/lib/liblua.a -I$(whereis lua | cut -d ' ' -f 2 | sed 's/bin\/lua//')/include -o ricer

- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: ricer

0 comments on commit e10a8f5

Please sign in to comment.