Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabwhy committed Feb 29, 2024
1 parent 3a18536 commit 5f51b58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: upload deb
if: matrix.platform == 'ubuntu-20.04'
if: matrix.platform == 'ubuntu-22.04'
uses: actions/upload-artifact@v4
with:
name: HarmonyVPKTool-deb
path: ./src-tauri/target/release/bundle/deb/*.deb

- name: upload appimage
if: matrix.platform == 'ubuntu-20.04'
if: matrix.platform == 'ubuntu-22.04'
uses: actions/upload-artifact@v4
with:
name: HarmonyVPKTool-appimage
Expand Down

0 comments on commit 5f51b58

Please sign in to comment.