diff --git a/examples/test-build-only.yml b/examples/test-build-only.yml index 5497c14434..ea8c767e56 100644 --- a/examples/test-build-only.yml +++ b/examples/test-build-only.yml @@ -45,7 +45,7 @@ jobs: - name: install frontend dependencies run: yarn install # change this to npm, pnpm or bun depending on which one you use. - # If tagName and releaseId are omitted tauri-action will only build the app and won't try to upload any asstes. + # If tagName and releaseId are omitted tauri-action will only build the app and won't try to upload any assets. - uses: tauri-apps/tauri-action@v0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}