diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c1c4c5..338a308 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,6 +50,12 @@ jobs: retention-days: 1 env: MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }} + + - name: Download Artifact + uses: actions/download-artifact@v4 + with: + name: Release + path: /bin/Release - name: Create Release uses: actions/create-release@latest