Skip to content

Commit

Permalink
make sure it is tared
Browse files Browse the repository at this point in the history
  • Loading branch information
AbundantSalmon committed Jan 19, 2025
1 parent ab5545c commit 104c254
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ jobs:
path: artifacts
- name: Display the files
run: ls -R artifacts
- name: Create Tarball
run: |
tar -czf qc.tar.gz -C artifacts .
- uses: knope-dev/action@v2.1.0
with:
version: 0.18.2
Expand Down
2 changes: 1 addition & 1 deletion knope.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ changelog = "CHANGELOG.md"
name = "prepare-release"

[[package.assets]]
path = "artifacts/qc"
path = "artifacts/qc.tar.gz"

[[workflows.steps]]
type = "Command"
Expand Down

0 comments on commit 104c254

Please sign in to comment.