Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
AutoAWQ
Commits
e2768c29
Commit
e2768c29
authored
Aug 29, 2023
by
Casper
Browse files
Fixed path to script
parent
248f6418
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/build.yaml
.github/workflows/build.yaml
+1
-1
No files found.
.github/workflows/build.yaml
View file @
e2768c29
...
...
@@ -29,7 +29,7 @@ jobs:
with
:
github-token
:
"
${{
secrets.GITHUB_TOKEN
}}"
script
:
|
const script = require('.github/workflows/scripts/create_release.js')
const script = require('.github/workflows/scripts/
github_
create_release.js')
await script(github, context, core)
build_wheels
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment