diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d2791e..5713efd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/knope.toml b/knope.toml index 6c7facf..dfa7cb9 100644 --- a/knope.toml +++ b/knope.toml @@ -6,7 +6,7 @@ changelog = "CHANGELOG.md" name = "prepare-release" [[package.assets]] -path = "artifacts/qc" +path = "artifacts/qc.tar.gz" [[workflows.steps]] type = "Command"