Skip to content

Commit

Permalink
Fix typo in build output details
Browse files Browse the repository at this point in the history
  • Loading branch information
AbandonedCart committed Apr 10, 2024
1 parent 804f02c commit 4a6b2a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Generate manifest keys
run: |
sourceUrl="https://github.com/${{ github.repository }}/releases/download/v${{ github.event.inputs.version }}/intro-skipper-v${{ github.event.inputs.version }}.zip"
sourceUrl="https://github.com/${{ github.repository }}/releases/download/10.8/v${{ github.event.inputs.version }}/intro-skipper-v${{ github.event.inputs.version }}.zip"
echo "SOURCE_URL=$sourceUrl" >> $GITHUB_ENV
md5sum intro-skipper-v${{ github.event.inputs.version }}.zip > intro-skipper-v${{ github.event.inputs.version }}.md5
checksum="$(awk '{print $1}' intro-skipper-v${{ github.event.inputs.version }}.md5)"
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
---
"targetAbi": "10.8.4.0",
"sourceUrl": "${{ env.SOURCE_URL }}",
"checksum:" "${{ env.CHECKSUM }}",
"checksum": "${{ env.CHECKSUM }}",
"timestamp": "${{ env.TIMESTAMP }}"
draft: false
prerelease: false
Expand Down

0 comments on commit 4a6b2a4

Please sign in to comment.