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 4222e67
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,16 @@ jobs:
# (required) GitHub token for uploading assets to GitHub Releases.
token: ${{ secrets.GITHUB_TOKEN }}

- name: test ls
run: ls; ls **

- 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
get-itch-target:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lifecycler"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT OR Apache-2.0 OR CC0-1.0"

Expand Down

0 comments on commit 4222e67

Please sign in to comment.