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 4be0cb1 commit f3cbdd2
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 @@ -108,7 +108,7 @@ jobs:
- name: Compress artifacts into archive
shell: pwsh
run: Compress-Archive -Path ".\_upload\*" -DestinationPath "bridge-remix-${{github.run_number}}-${{env.GITHUB_SHA_SHORT}}-${{matrix.build-flavour}}.zip`"
run: 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 f3cbdd2

Please sign in to comment.