mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-05-02 19:00:47 +08:00
📝 adjust ci
This commit is contained in:
2
.github/workflows/c-cpp.yml
vendored
2
.github/workflows/c-cpp.yml
vendored
@@ -40,7 +40,6 @@ jobs:
|
||||
# nasal-Darwin.tar
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2.0.5
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
name: macOS nightly build
|
||||
tag_name: next_macOS
|
||||
@@ -77,7 +76,6 @@ jobs:
|
||||
# nasal-Linux.tar
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2.0.5
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
name: linux nightly build
|
||||
tag_name: next_linux_x86_64
|
||||
|
||||
Reference in New Issue
Block a user