Skip to content

Commit

Permalink
fix sha256sum not uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
extrange committed May 23, 2024
1 parent 2aedd26 commit a360d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/detect-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: |
gh release create '${{ needs.check-new-version.outputs.build_version }}-${{ needs.check-new-version.outputs.channel }}' \
-t 'ibgateway ${{ needs.check-new-version.outputs.build_version }}-${{ needs.check-new-version.outputs.channel }}' \
"${dest}"
/tmp/ibgateway-*
- name: Update ${{ needs.check-new-version.outputs.channel }}/
run: ./build.sh ${{ needs.check-new-version.outputs.channel }} ${{ needs.check-new-version.outputs.build_version }}
Expand Down

0 comments on commit a360d28

Please sign in to comment.