From 1ffd75429cc3f714b3d788f47b6cd0b276e6bf45 Mon Sep 17 00:00:00 2001 From: extrange <29305375+extrange@users.noreply.github.com> Date: Thu, 23 May 2024 13:02:23 +0800 Subject: [PATCH] fix sha256sum not uploaded --- .github/workflows/detect-releases.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/detect-releases.yml b/.github/workflows/detect-releases.yml index c0b124a..7232c98 100644 --- a/.github/workflows/detect-releases.yml +++ b/.github/workflows/detect-releases.yml @@ -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 }}