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 "*exe*"
|
||||||
$files += Get-ChildItem -Path . -Filter "latest.yml"
|
$files += Get-ChildItem -Path . -Filter "latest.yml"
|
||||||
Compress-Archive $files -DestinationPath bridge-win.zip
|
Compress-Archive $files -DestinationPath bridge-win.zip
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: bridge-win
|
name: bridge-win
|
||||||
path: .\release\bridge-win.zip
|
path: .\release\bridge-win.zip
|
||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd release
|
cd release
|
||||||
find . -type f \( -name "*.AppImage" -o -name "*.flatpak" -o -name "latest-linux.yml" \) -print0 | tar -czvf bridge-linux.tar.gz --null -T -
|
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:
|
with:
|
||||||
name: bridge-linux
|
name: bridge-linux
|
||||||
path: ./release/bridge-linux.tar.gz
|
path: ./release/bridge-linux.tar.gz
|
||||||
@@ -80,7 +80,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd release
|
cd release
|
||||||
find . -type f \( -name "*.dmg" -o -name "latest-mac.yml" \) -print0 | tar -czvf bridge-mac.tar.gz --null -T -
|
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:
|
with:
|
||||||
name: bridge-mac
|
name: bridge-mac
|
||||||
path: ./release/bridge-mac.tar.gz
|
path: ./release/bridge-mac.tar.gz
|
||||||
@@ -92,15 +92,15 @@ jobs:
|
|||||||
- build-and-upload-windows
|
- build-and-upload-windows
|
||||||
steps:
|
steps:
|
||||||
- name: Download Windows binaries
|
- name: Download Windows binaries
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: bridge-win
|
name: bridge-win
|
||||||
- name: Download Linux binaries
|
- name: Download Linux binaries
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: bridge-linux
|
name: bridge-linux
|
||||||
- name: Download OSX binaries
|
- name: Download OSX binaries
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: bridge-mac
|
name: bridge-mac
|
||||||
- name: Unpack all
|
- name: Unpack all
|
||||||
|
|||||||
Reference in New Issue
Block a user