mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-09 05:09:39 +00:00
Bump github actions version
This commit is contained in:
12
.github/workflows/build-and-release.yaml
vendored
12
.github/workflows/build-and-release.yaml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
$files = Get-ChildItem -Path . -Filter "*exe*"
|
||||
$files += Get-ChildItem -Path . -Filter "latest.yml"
|
||||
Compress-Archive $files -DestinationPath bridge-win.zip
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: bridge-win
|
||||
path: .\release\bridge-win.zip
|
||||
@@ -56,7 +56,7 @@ jobs:
|
||||
run: |
|
||||
cd release
|
||||
find . -type f \( -name "*.AppImage" -o -name "*.flatpak" -o -name "latest-linux.yml" \) -print0 | tar -czvf bridge-linux.tar.gz --null -T -
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: bridge-linux
|
||||
path: ./release/bridge-linux.tar.gz
|
||||
@@ -80,7 +80,7 @@ jobs:
|
||||
run: |
|
||||
cd release
|
||||
find . -type f \( -name "*.dmg" -o -name "latest-mac.yml" \) -print0 | tar -czvf bridge-mac.tar.gz --null -T -
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: bridge-mac
|
||||
path: ./release/bridge-mac.tar.gz
|
||||
@@ -92,15 +92,15 @@ jobs:
|
||||
- build-and-upload-windows
|
||||
steps:
|
||||
- name: Download Windows binaries
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: bridge-win
|
||||
- name: Download Linux binaries
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: bridge-linux
|
||||
- name: Download OSX binaries
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: bridge-mac
|
||||
- name: Unpack all
|
||||
|
||||
Reference in New Issue
Block a user