Skip to content

Commit

Permalink
Added branch name and timestamp to artifact file name
Browse files Browse the repository at this point in the history
  • Loading branch information
fireundubh committed Nov 23, 2019
1 parent 31d95fe commit eecafae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuitka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
if: success()
uses: actions/upload-artifact@v1
with:
name: pyro
name: pyro-master-${{ github.event.repository.pushed_at }}
path: D:\a\pyro\pyro\pyro.dist

0 comments on commit eecafae

Please sign in to comment.