🐛 fix syntax error in yaml
This commit is contained in:
parent
7ab40e57e3
commit
2bb7ebcb58
|
@ -39,13 +39,13 @@ jobs:
|
||||||
# files: |
|
# files: |
|
||||||
# nasal-Darwin.tar
|
# nasal-Darwin.tar
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2.0.5
|
uses: softprops/action-gh-release@v2.0.5
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
name: macOS nightly build
|
name: macOS nightly build
|
||||||
tag_name: next_macOS
|
tag_name: next_macOS
|
||||||
files: |
|
files: |
|
||||||
nasal-Darwin.tar
|
nasal-Darwin.tar
|
||||||
|
|
||||||
linux-x86_64-build:
|
linux-x86_64-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -76,10 +76,10 @@ jobs:
|
||||||
# files: |
|
# files: |
|
||||||
# nasal-Linux.tar
|
# nasal-Linux.tar
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2.0.5
|
uses: softprops/action-gh-release@v2.0.5
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
name: linux nightly build
|
name: linux nightly build
|
||||||
tag_name: next_linux_x86_64
|
tag_name: next_linux_x86_64
|
||||||
files: |
|
files: |
|
||||||
nasal-Linux.tar
|
nasal-Linux.tar
|
||||||
|
|
Loading…
Reference in New Issue