From 1fdee7d04bbc0aacbc8a12898678f81e8af277d7 Mon Sep 17 00:00:00 2001 From: "U-METAL103\\103" Date: Tue, 30 Jan 2024 14:56:05 -0600 Subject: [PATCH] github cant remember anything --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f53fa46..7494831 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,8 +19,8 @@ env: # You can convert this to a build matrix if you need coverage of multiple configuration types. # https://docs.github.com/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix BUILD_CONFIGURATION: Release - MYID: id - MYURL: url + MYID: ${{ steps.artifact-upload-step.outputs.artifact-id }} + MYURL: ${{ steps.artifact-upload-step.outputs.artifact-url }} permissions: write-all