Skip to content

Commit

Permalink
try storing artifact for build
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Nov 30, 2023
1 parent 851de36 commit fb97bdd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ jobs:

- name: Build
run: node release/build.js --target itch-setup --skip-signing

- name: Store
uses: actions/upload-artifact@v2
with:
name: binaries
path: artifacts/itch-setup/

0 comments on commit fb97bdd

Please sign in to comment.