Skip to content

Commit

Permalink
Merge pull request #241 from openziti/use.correct.cziti.archive.when.…
Browse files Browse the repository at this point in the history
…calcing.cksum

Use correct artifact for calculating checksum of prereleases
  • Loading branch information
scareything authored Jul 29, 2024
2 parents 60326d6 + 61dd49a commit 829dcc6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}

- name: Download xcframework
run: gh release download -p CZiti.xcframework.zip
run: |
echo "VERS=${VERS}"
gh release download "${VERS}" -p CZiti.xcframework.zip
env:
VERS: ${{ steps.get_release.outputs.tag_name }}
GITHUB_TOKEN: ${{ github.token }}

- name: Compute Checksum
Expand Down

0 comments on commit 829dcc6

Please sign in to comment.