diff --git a/.github/workflows/nightly_release.yml b/.github/workflows/nightly_release.yml index 1573b7593..8c254fc02 100644 --- a/.github/workflows/nightly_release.yml +++ b/.github/workflows/nightly_release.yml @@ -37,13 +37,14 @@ jobs: run: | project_version=`cat ImHex/VERSION` echo "IMHEX_VERSION=$project_version" >> $GITHUB_ENV - + + # TODO: Replace by Github CLI when github.com/cli/cli/pull/12435 is closed - name: ⬇️ Download artifacts from latest workflow uses: dawidd6/action-download-artifact@v6 with: github_token: ${{ secrets.GITHUB_TOKEN }} workflow: build.yml - branch: ${{ github.event.release.target_commitish }} + branch: master workflow_conclusion: success skip_unpack: true diff --git a/lib/third_party/jthread/jthread b/lib/third_party/jthread/jthread new file mode 160000 index 000000000..0fa8d3942 --- /dev/null +++ b/lib/third_party/jthread/jthread @@ -0,0 +1 @@ +Subproject commit 0fa8d394254886c555d6faccd0a3de819b7d47f8