Skip to content

Commit

Permalink
Update pack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CHNZYX authored Jun 28, 2024
1 parent af93e9b commit b4b4fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Create zip archive
if: startsWith(github.ref, 'refs/tags/')
run: |
$files = Get-ChildItem -Path AutoSimulatedUniverse -Recurse
$files = Get-ChildItem -Path AutoSimulatedUniverse
Compress-Archive -Path $files.FullName -DestinationPath "AutoSimulatedUniverse_${{ github.ref_name }}.zip" -Force
- name: Create release
Expand Down

0 comments on commit b4b4fc2

Please sign in to comment.