Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martastain authored Apr 26, 2023
1 parent 147c844 commit 6ab9dbb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11'


- name: Download libmpv
run: |
$url = 'https://repo.imm.cz/mpv-1.dll'
$path = './mpv-1.dll'
Invoke-WebRequest -Uri $url -OutFile $path
- name: Build exe with pyinstaller
shell: bash
run: |
Expand All @@ -32,12 +38,6 @@ jobs:
file: 'pyproject.toml'
field: 'tool.poetry.version'

- name: Download libmpv
run: |
$url = 'https://repo.imm.cz/mpv-1.dll'
$path = './mpv-1.dll'
Invoke-WebRequest -Uri $url -OutFile $path
- name: Create zip
uses: thedoctor0/zip-release@0.7.1
with:
Expand Down

0 comments on commit 6ab9dbb

Please sign in to comment.