Skip to content

Commit

Permalink
Tar is useless
Browse files Browse the repository at this point in the history
  • Loading branch information
Nodude committed Mar 25, 2023
1 parent b6d4f12 commit 5f01de0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
- name: Build executeable
run: pyinstaller kinter.spec

- name: Download FFMpeg
run: certutil.exe -urlcache -f https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-essentials.7z ffmpeg.7z

- name: Unpack FFMpeg
run: tar -C ./dist -xvf ffmpeg.7z --strip-components=2 "ffmpeg*/bin/ffmpeg.exe"

- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 5f01de0

Please sign in to comment.