ability to specify a target
See original GitHub issue - name: install app dependencies and build it
run: yarn && yarn build
- uses: tauri-apps/tauri-action@dev
with:
tauriScript: yarn tauri build --target ${{ matrix.target }}
produces this
Run tauri-apps/tauri-action@dev
running yarn [ 'tauri', 'build', '--target', 'i686-pc-windows-msvc', 'build' ]
error: Found argument 'build' which wasn't expected, or isn't valid in this context
this feature is needed for building for 32 windows (surprisingly large user base)
Issue Analytics
- State:
- Created a year ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Target - MTG Wiki - Fandom
A target is a recipient of the effects of a spell or ability chosen by its controller. A spell can require a player...
Read more >Step 1.1 Select the target behavior or skill
The next step is to determine if the target skill or behavior is a discrete or chained skill. A discrete task or skill...
Read more >When do I declare a target for a triggered ability with a cost?
When it triggers, it goes on the stack and you must choose a target, BUT you don't have to pay the cost. When...
Read more >Targets and Extension-Points - Apache Ant
A target is a container of tasks and datatypes that cooperate to reach a desired state during the build process. Targets can depend...
Read more >ability to specify target CPU features · Issue #2883 · ziglang/zig
ability to specify target CPU features #2883. Closed. 5 tasks. andrewrk opened this issue on Jul 13, 2019 · 16 comments.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@goenning use args (undocumented) instead of tauriScript
At this point i’m not so sure anymore either haha. In theory it’s supposed to do what’s described in
Caveats
:But i think we’re at a point where we may have to rethink the whole action before trying to fix this.