Skip to content

Commit

Permalink
Fiddle around with artefact name more
Browse files Browse the repository at this point in the history
  • Loading branch information
zuckerruebe authored Jul 1, 2024
1 parent 88ad548 commit b4791c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
$pytrnsys_gui_sha=$(git rev-parse --short HEAD)
$ref_name="${{github.ref_name}}".replace("/","-")
$date = $(venv\Scripts\python -c "import datetime; print(datetime.datetime.now(datetime.UTC).isoformat(timespec='seconds').replace(':','_'))")
echo "file_name_base=pytrnsys-gui-${ref_name}-gui=${pytrnsys_gui_sha}-pytrnsys=${{steps.sha.outputs.pytrnsys_sha}}-${date}" >> $env:GITHUB_OUTPUT
echo "file_name_base=pytrnsys-gui-${ref_name}-gui${pytrnsys_gui_sha}-pytrnsys${{steps.sha.outputs.pytrnsys_sha}}-${date}" >> $env:GITHUB_OUTPUT
- if: env.TAG_PUSH_TO_MASTER == 'true' || env.NORMAL_PUSH_TO_MASTER == 'true'
name: Create zip file
Expand Down

0 comments on commit b4791c6

Please sign in to comment.