Remove timestamp
This commit is contained in:
parent
b3df38a5fd
commit
0a4184d1ac
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue