From 0956a08becfa4ea0d106ffa83cb29a9f602ab8fe Mon Sep 17 00:00:00 2001 From: Sidi Liang <1467329765@qq.com> Date: Mon, 13 Dec 2021 08:46:20 +0800 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 77e51b2..6850de1 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -21,16 +21,14 @@ jobs: - name: Release file # You may pin to the exact commit or the version. # uses: djnicholson/release-action@e9a535b3eced09c460e07a84118fb74ae9b53236 - uses: djnicholson/release-action@v2.10 + uses: marvinpinto/action-automatic-releases@v1.2.1 with: # GitHub auth token - token: ${{ secrets.GITHUB_TOKEN }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Name of Release to add file to - release-name: nightly build + title: macOS Nightly build # Name of the tag for the release (will be associated with current branch) - tag-name: next - # Name for the asset - asset-name: nasal + automatic_release_tag: next # File to release - file: nasal + files: nasal