Skip to content

Commit

Permalink
Adds step names in Go compilation and release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Jan 6, 2024
1 parent b95d58c commit 452fb0e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/compile-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,18 @@ jobs:
- goarch: arm64
goos: windows
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
- name: Checkout code 🛎️
uses: actions/checkout@v3
- name: Set up Node.js 💩
uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install npm dependencies
- name: Install npm dependencies 📥
run: npm install
- name: Build frontend
- name: Build frontend 🔨
run: npm run build
- uses: wangyoucao577/go-release-action@v1.29
- name: Compile Go binaries 🏗️
uses: wangyoucao577/go-release-action@v1.29
with:
github_token: ${{ secrets.BOT_TOKEN || secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
Expand Down

0 comments on commit 452fb0e

Please sign in to comment.