mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-09 05:09:39 +00:00
Update github workflow
This commit is contained in:
6
.github/workflows/build-and-release.yaml
vendored
6
.github/workflows/build-and-release.yaml
vendored
@@ -92,15 +92,15 @@ jobs:
|
||||
- build-and-upload-windows
|
||||
steps:
|
||||
- name: Download Windows binaries
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: bridge-win
|
||||
- name: Download Linux binaries
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: bridge-linux
|
||||
- name: Download OSX binaries
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: bridge-mac
|
||||
- name: Unpack all
|
||||
|
||||
Reference in New Issue
Block a user