Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,26 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download macOS dmg
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: wonky-window-macos
path: ./artifacts

- name: Download Windows installer
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: wonky-window-windows-installer
path: ./artifacts

- name: Download Windows portable
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: wonky-window-windows-portable
path: ./windows_portable
- name: Zip Windows portable
run: zip -r ./artifacts/WonkyWindow-windows-portable-v${{ inputs.tag }}.zip ./windows_portable
- name: Download Linux build
uses: actions/download-artifact@v7
uses: actions/download-artifact@v8
with:
name: wonky-window-linux
path: ./linux_build
Expand Down