Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
[skip ci] update: release github actions (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhan005 authored Dec 14, 2020
1 parent 7de9ab0 commit 2445872
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: compile and release
uses: Cardinal-Platform/release_action@v0.0.9
uses: Cardinal-Platform/release_action@v0.1.0
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
GOARCH: "386"
Expand All @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: compile and release
uses: Cardinal-Platform/release_action@v0.0.9
uses: Cardinal-Platform/release_action@v0.1.0
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
GOARCH: amd64
Expand All @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: compile and release
uses: Cardinal-Platform/release_action@v0.0.9
uses: Cardinal-Platform/release_action@v0.1.0
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
GOARCH: arm
Expand All @@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: compile and release
uses: Cardinal-Platform/release_action@v0.0.9
uses: Cardinal-Platform/release_action@v0.1.0
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
GOARCH: arm64
Expand All @@ -53,7 +53,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: compile and release
uses: Cardinal-Platform/release_action@v0.0.9
uses: Cardinal-Platform/release_action@v0.1.0
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
GOARCH: "386"
Expand All @@ -64,7 +64,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: compile and release
uses: Cardinal-Platform/release_action@v0.0.9
uses: Cardinal-Platform/release_action@v0.1.0
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
GOARCH: amd64
Expand All @@ -75,7 +75,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: compile and release
uses: Cardinal-Platform/release_action@v0.0.9
uses: Cardinal-Platform/release_action@v0.1.0
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
GOARCH: "386"
Expand All @@ -86,7 +86,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: compile and release
uses: Cardinal-Platform/release_action@v0.0.9
uses: Cardinal-Platform/release_action@v0.1.0
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
GOARCH: amd64
Expand Down

0 comments on commit 2445872

Please sign in to comment.