📝 update ci

This commit is contained in:
ValKmjolnir 2024-05-16 19:35:23 +08:00
parent ba6f48c991
commit ad87298737
1 changed files with 20 additions and 8 deletions

View File

@ -14,6 +14,11 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Update Tag
run: |
git fetch --tags origin
git tag -f next_macOS
git push -f origin next_macOS
- name: Build
run: |
make -j4
@ -30,6 +35,7 @@ jobs:
name: macOS nightly build
tag_name: next_macOS
prerelease: true
draft: false
files: |
nasal-Darwin.tar
@ -37,6 +43,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Update Tag
run: |
git fetch --tags origin
git tag -f next_linux_x86_64
git push -f origin next_linux_x86_64
- name: Build
run: |
make -j4
@ -53,5 +64,6 @@ jobs:
name: linux nightly build
tag_name: next_linux_x86_64
prerelease: true
draft: false
files: |
nasal-Linux.tar