📝 try using action created by myself
This commit is contained in:
parent
4550478caf
commit
939257d684
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- name: Release file
|
- name: Release file
|
||||||
# You may pin to the exact commit or the version.
|
# You may pin to the exact commit or the version.
|
||||||
# uses: djnicholson/release-action@e9a535b3eced09c460e07a84118fb74ae9b53236
|
# uses: djnicholson/release-action@e9a535b3eced09c460e07a84118fb74ae9b53236
|
||||||
uses: marvinpinto/action-automatic-releases@v1.2.1
|
uses: ValKmjolnir/action-automatic-releases@v1
|
||||||
with:
|
with:
|
||||||
# GitHub auth token
|
# GitHub auth token
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
@ -38,15 +38,6 @@ jobs:
|
||||||
# File to release
|
# File to release
|
||||||
files: |
|
files: |
|
||||||
nasal-Darwin.tar
|
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:
|
linux-x86_64-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -65,7 +56,7 @@ jobs:
|
||||||
- name: Release file
|
- name: Release file
|
||||||
# You may pin to the exact commit or the version.
|
# You may pin to the exact commit or the version.
|
||||||
# uses: djnicholson/release-action@e9a535b3eced09c460e07a84118fb74ae9b53236
|
# uses: djnicholson/release-action@e9a535b3eced09c460e07a84118fb74ae9b53236
|
||||||
uses: marvinpinto/action-automatic-releases@v1.2.1
|
uses: ValKmjolnir/action-automatic-releases@v1
|
||||||
with:
|
with:
|
||||||
# GitHub auth token
|
# GitHub auth token
|
||||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
@ -76,13 +67,3 @@ jobs:
|
||||||
# File to release
|
# File to release
|
||||||
files: |
|
files: |
|
||||||
nasal-Linux.tar
|
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
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue