Skip to content

Commit

Permalink
archive using compress_archive
Browse files Browse the repository at this point in the history
  • Loading branch information
HemantKArya committed Mar 5, 2024
1 parent 4bf3180 commit d52c694
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
- name: Zip build
run: |
./7zr.exe a -t7z dist/Melodfy_${{ runner.os }}_Build_${{ github.run_number }}.7z dist/Melodfy
Compress-Archive -Path .\dist\Melodfy\ -DestinationPath .\dist\Melodfy_${{ runner.os }}_Build_${{ github.run_number }}.7z
# Uploads artifact
- name: Upload Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit d52c694

Please sign in to comment.