🐛 fix CI
This commit is contained in:
parent
7cd249f049
commit
974d413537
|
@ -35,7 +35,7 @@ jobs:
|
||||||
# Name of the tag for the release (will be associated with current branch)
|
# Name of the tag for the release (will be associated with current branch)
|
||||||
automatic_release_tag: next_macOS
|
automatic_release_tag: next_macOS
|
||||||
# File to release
|
# File to release
|
||||||
files: [nasal-mac-nightly.tgz, nasal-Darwin.tar]
|
files: nasal-mac-nightly.tgz nasal-Darwin.tar
|
||||||
|
|
||||||
linux-x86_64-build:
|
linux-x86_64-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -63,5 +63,5 @@ jobs:
|
||||||
# Name of the tag for the release (will be associated with current branch)
|
# Name of the tag for the release (will be associated with current branch)
|
||||||
automatic_release_tag: next_linux_x86_64
|
automatic_release_tag: next_linux_x86_64
|
||||||
# File to release
|
# File to release
|
||||||
files: [nasal-linux-x86_64-nightly.tgz, nasal-Linux.tar]
|
files: nasal-linux-x86_64-nightly.tgz nasal-Linux.tar
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue