Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ScanMountGoat authored Feb 7, 2025
1 parent ab1180e commit 1e6151a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
build-linux:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Install Packages
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Create Release Zip
run: zip -j ssbh_editor_linux_x64.zip target/release-lto/ssbh_editor
- name: Upload Zip
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ssbh_editor_linux
path: ssbh_editor_linux_x64.zip
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Create Release Zip
run: Compress-Archive -path target/release-lto/ssbh_editor.exe -destinationPath ssbh_editor_win_x64.zip
- name: Upload Zip
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ssbh_editor_win
path: ssbh_editor_win_x64.zip
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
cp -r target/${{matrix.target}}/release/bundle/osx/ssbh_editor.app ssbh_editor.app
zip -r ssbh_editor_macos_${{matrix.desc}}.zip ssbh_editor.app
- name: Upload Zip
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ssbh_editor_macos_${{matrix.desc}}
path: ssbh_editor_macos_${{matrix.desc}}.zip
Expand Down

0 comments on commit 1e6151a

Please sign in to comment.