Remove timestamp
All checks were successful
Stage / build (push) Successful in 17s
Stage / package (push) Successful in 22s

This commit is contained in:
Ethan Lane 2025-01-14 18:44:33 +00:00
parent b3df38a5fd
commit 0a4184d1ac
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ jobs:
- name: Upload Binary
uses: actions/upload-artifact@v3
with:
name: random-bunny-${{ github.run_id }}-${{ github.event.head_commit.timestamp.replace(':', '-').replace('T', '_').replace('Z', '') }}
name: random-bunny-${{ github.run_id }}
path: bin/
if-no-files-found: error

View file

@ -37,6 +37,6 @@ jobs:
- name: Upload Binary
uses: actions/upload-artifact@v3
with:
name: random-bunny-${{ github.run_id }}-${{ github.event.head_commit.timestamp.replace(':', '-').replace('T', '_').replace('Z', '') }}
name: random-bunny-${{ github.run_id }}
path: bin/
if-no-files-found: error