From 939257d684e4eca5285900406b727346c38ef6d1 Mon Sep 17 00:00:00 2001 From: ValKmjolnir Date: Wed, 15 May 2024 23:49:08 +0800 Subject: [PATCH] :memo: try using action created by myself --- .github/workflows/c-cpp.yml | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 36c73dd..c6d65dd 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -27,7 +27,7 @@ jobs: - name: Release file # You may pin to the exact commit or the version. # uses: djnicholson/release-action@e9a535b3eced09c460e07a84118fb74ae9b53236 - uses: marvinpinto/action-automatic-releases@v1.2.1 + uses: ValKmjolnir/action-automatic-releases@v1 with: # GitHub auth token repo_token: ${{ secrets.GITHUB_TOKEN }} @@ -38,15 +38,6 @@ jobs: # File to release files: | nasal-Darwin.tar - - name: Release - uses: elgohr/Github-Release-Action@v5 - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - title: macOS Nightly build - automatic_release_tag: next_macOS - files: | - nasal-Darwin.tar linux-x86_64-build: runs-on: ubuntu-latest @@ -65,7 +56,7 @@ jobs: - name: Release file # You may pin to the exact commit or the version. # uses: djnicholson/release-action@e9a535b3eced09c460e07a84118fb74ae9b53236 - uses: marvinpinto/action-automatic-releases@v1.2.1 + uses: ValKmjolnir/action-automatic-releases@v1 with: # GitHub auth token repo_token: ${{ secrets.GITHUB_TOKEN }} @@ -76,13 +67,3 @@ jobs: # File to release files: | nasal-Linux.tar - - name: Release - uses: elgohr/Github-Release-Action@v5 - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - title: Linux Nightly build - automatic_release_tag: next_linux_x86_64 - files: | - nasal-Linux.tar -