Skip to content

Commit

Permalink
Update nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anchorlightforge authored Jul 22, 2023
1 parent 2495c92 commit facb976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
cd ".\_upload"
Get-ChildItem -Recurse -Path ".. -Filter "*hashes.txt" | Move-Item
cd ".."
Compress-Archive -Path ".\_upload\*" -DestinationPath "bridge-remix-${{github.run_number}}-${{env.GITHUB_SHA_SHORT}}-${{matrix.build-flavour}}.zip"
Compress-Archive -Path ".\_upload\*" -DestinationPath "bridge-remix-$`{{github.run_number}}-$`{{env.GITHUB_SHA_SHORT}}-$`{{matrix.build-flavour}}.zip"
- name: "Prune automatic releases to latest"
uses: dev-drprasad/[email protected]
Expand Down

0 comments on commit facb976

Please sign in to comment.