Skip to content

Commit

Permalink
upload archive in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cxreiff committed Jul 24, 2024
1 parent 600e4a0 commit e848fb7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ jobs:
zip: all
# (required) GitHub token for uploading assets to GitHub Releases.
token: ${{ secrets.GITHUB_TOKEN }}

- name: upload artifact
uses: actions/upload-artifact@v3
with:
name: binary
path: |
${{ env.PACKAGE_NAME }}
# Get itch.io target from env, because the `env` context can't be used in the `if:` condition of a job.
# See: https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
Expand Down

0 comments on commit e848fb7

Please sign in to comment.