From 316465e293d51fd7f0133c5069288f34af40339f Mon Sep 17 00:00:00 2001 From: "U-METAL103\\103" Date: Sun, 28 Jan 2024 13:32:44 -0600 Subject: [PATCH] 0000000000 --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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