Skip to content

Commit

Permalink
updated actions/upload-artifact from v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Dec 9, 2023
1 parent 60cbabe commit 28c2bee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,25 +57,25 @@ jobs:
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: matrix.platform == 'ubuntu-20.04'
with:
name: liquidlauncher-appimage-linux
path: ./src-tauri/target/release/bundle/appimage/liquidlauncher_**.AppImage.*

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: matrix.platform == 'ubuntu-20.04'
with:
name: liquidlauncher-deb-linux
path: ./src-tauri/target/release/bundle/deb/liquidlauncher_**.deb

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: matrix.platform == 'windows-latest'
with:
name: liquidlauncher-windows
path: ./src-tauri/target/release/bundle/msi/liquidlauncher_**.msi.*

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
if: matrix.platform == 'macos-latest'
with:
name: liquidlauncher-macos
Expand Down

0 comments on commit 28c2bee

Please sign in to comment.