Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HemantKArya committed Mar 4, 2024
1 parent f184f38 commit de8b16e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
- name: Download ffmpeg-windows
run: |
Invoke-WebRequest https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.7z -OutFile ffmpeg-release-essentials.7z
7zr x ffmpeg-release-essentials.7z
./7zr.exe x ffmpeg-release-essentials.7z
mv ffmpeg-6.1.1-essentials_build/bin/ffmpeg.exe dist/Melodfy/_internal/
- name: Zip build
run: |
7zr a -t7z dist/Melodfy_${{ runner.os }}_Build_${{ github.run_number }}.7z dist/Melodfy
./7zr.exe a -t7z dist/Melodfy_${{ runner.os }}_Build_${{ github.run_number }}.7z dist/Melodfy
# Uploads artifact
- name: Upload Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit de8b16e

Please sign in to comment.