Skip to content

Commit

Permalink
Create build.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FaultierSP authored Aug 30, 2024
1 parent a9a590e commit 4eba60b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
- name: tauri-build
# You may pin to the exact commit or the version.
# uses: JonasKruckenberg/tauri-build@406f9292d464c04add8c74e8ed1ed4105b91a20e
uses: JonasKruckenberg/[email protected]
with:
# Binary to use to build the application
runner: # optional
# Additional arguments for the build command
args: # optional
# Path to the root of the project
projectPath: # optional
# Path to the tauri.conf.json file if you want a configuration different from the default one
configPath: # optional
# The target triple to build against
target: # optional
# Builds with the debug flag
debug: # optional

0 comments on commit 4eba60b

Please sign in to comment.