generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to resolve Tauri path when using this action #477
Labels
Comments
you're right, the lines were swapped when i moved code around :/ thanks for the report 👍 |
FabianLars
added
type: bug
Something isn't working
good first issue
Good for newcomers
labels
May 25, 2023
@liudonghua123 I see that you're trying to debug it in your fork too. I did the same because i was really curious and looks like i messed up when i changed the getConfig function. tauri-action/src/init-project.ts Line 30 in 32459fe
|
FabianLars
added a commit
that referenced
this issue
May 29, 2023
FabianLars
added a commit
that referenced
this issue
May 29, 2023
FabianLars
added a commit
that referenced
this issue
May 29, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I have some static deployable ready files and I want to use
tauri-apps/tauri-action@v0
to build some executables. The project does not havepackage.json
norsrc-tauri
.I have some action steps like this in my workflow.
When running with github runner, I got the following errors.
It seems like this error comes from here.
tauri-action/src/init-project.ts
Lines 10 to 28 in 32459fe
tauri init
is run afterconst tauriPath = getTauriDir(root);
. Is it a bug?The text was updated successfully, but these errors were encountered: