From dd9c735b82a9a2557f4c274449377d10e9877308 Mon Sep 17 00:00:00 2001 From: Zack <30780411+Zackaryia@users.noreply.github.com> Date: Sun, 21 Apr 2024 19:41:59 -0400 Subject: [PATCH] fix issue with renaming of iso in orchid.yml --- .github/workflows/orchid.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/orchid.yml b/.github/workflows/orchid.yml index a896f96e..af0ea5c1 100644 --- a/.github/workflows/orchid.yml +++ b/.github/workflows/orchid.yml @@ -28,9 +28,9 @@ jobs: run: ./build.sh etc/terraform.conf - name: Get current date - run: echo "::set-env name=CURRENT_DATE::$(date +'%Y-%m-%d')" + run: echo "CURRENT_DATE=$(date +'%Y-%m-%d')" >> "$GITHUB_ENV" - uses: actions/upload-artifact@v4 with: - name: VanillaOS 2 Beta ${{ env.CURRENT_DATE }} ${{ env.GITHUB_RUN_NUMBER }} + name: VanillaOS 2 Beta ${{ env.CURRENT_DATE }} ${{ github.run_number }} path: builds/