Skip to content

Commit

Permalink
Adds date and run number to artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
Zackaryia authored and mirkobrombin committed Apr 21, 2024
1 parent 17edec7 commit 55244c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/orchid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
- name: Build ISO
run: ./build.sh etc/terraform.conf

- name: Get current date
run: echo "::set-env name=CURRENT_DATE::$(date +'%Y-%m-%d')"

- uses: actions/upload-artifact@v4
with:
name: VanillaOS 2
name: VanillaOS 2 Beta ${{ env.CURRENT_DATE }} ${{ env.GITHUB_RUN_NUMBER }}
path: builds/

0 comments on commit 55244c0

Please sign in to comment.