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 1ffd754
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/detect-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
ls /tmp
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 1ffd754

Please sign in to comment.