Skip to content

Commit

Permalink
Merge branch 'add-tauri'
Browse files Browse the repository at this point in the history
  • Loading branch information
Amerlander committed Dec 16, 2023
2 parents cdcb3f4 + 3f04e02 commit adee81f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
sed -i "s#\"version\": \".*\"#\"version\": \"$VERSION\"#g" src-tauri/tauri.conf.json
- name: share files with release job
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: files
path: |
Expand All @@ -59,7 +59,7 @@ jobs:
steps:

- name: Download all workflow run artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Install wrangler
run: |
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
steps:

- name: Download all workflow run artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-20.04'
Expand Down

0 comments on commit adee81f

Please sign in to comment.