Skip to content

Commit

Permalink
fix issue with renaming of iso in orchid.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zackaryia authored and mirkobrombin committed Apr 22, 2024
1 parent 55244c0 commit dd9c735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/orchid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit dd9c735

Please sign in to comment.