Fix typo in build output details

This commit is contained in:
TwistedUmbrellaX 2024-04-10 07:41:34 -04:00
parent 804f02c2de
commit 4a6b2a4de7

View File

@ -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)"
@ -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