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 Feb 14, 2024
2 parents 81458c6 + 46ebb38 commit de1829e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- name: Copy static files
run: |
ls -l
mkdir -p ./built/packaged/static/
cp -r ./built/packaged/docs/static/. ./built/packaged/static/
Expand Down Expand Up @@ -114,6 +113,8 @@ jobs:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
with:
tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags.
releaseName: 'MakeCode Calliope mini v__VERSION__' # tauri-action replaces \_\_VERSION\_\_ with the app version.
Expand Down

0 comments on commit de1829e

Please sign in to comment.