add action token
This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
|||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
- name: Prepare GCC Toolchain
|
- name: Prepare GCC Toolchain
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf g++-aarch64-linux-gnu g++-arm-linux-gnueabihf
|
sudo apt-get install -qqy gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf g++-aarch64-linux-gnu g++-arm-linux-gnueabihf
|
||||||
|
|
||||||
- name: Build for aarch64
|
- name: Build for aarch64
|
||||||
run: |
|
run: |
|
||||||
@@ -94,9 +94,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
zerotier-magisk-aarch64-gcc.zip
|
zerotier-magisk-aarch64-gcc.zip
|
||||||
zerotier-magisk-arm-gcc.zip
|
zerotier-magisk-arm-gcc.zip
|
||||||
tag_name: SNAPSHOT-${{ steps.date.outputs.date }}
|
tag_name: SNAPSHOT-GCC-${{ steps.date.outputs.date }}
|
||||||
name: SNAPSHOT-${{ steps.date.outputs.date }}
|
name: SNAPSHOT-GCC-${{ steps.date.outputs.date }}
|
||||||
|
draft: false
|
||||||
|
prerelease: true
|
||||||
|
|||||||
@@ -104,8 +104,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
zerotier-magisk-aarch64-ndk.zip
|
zerotier-magisk-aarch64-ndk.zip
|
||||||
tag_name: SNAPSHOT-${{ steps.date.outputs.date }}
|
tag_name: SNAPSHOT-NDK-${{ steps.date.outputs.date }}
|
||||||
name: SNAPSHOT-${{ steps.date.outputs.date }}
|
name: SNAPSHOT-NDK-${{ steps.date.outputs.date }}
|
||||||
|
draft: false
|
||||||
|
prerelease: true
|
||||||
|
|||||||
Reference in New Issue
Block a user