Skip to content

Commit

Permalink
Update pull_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinji-IkariG authored May 6, 2024
1 parent 6b71323 commit 56e2460
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,15 @@ jobs:
arch: arm64
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: setup-go 1.18
uses: actions/setup-go@v5
with:
go-version: 1.18
cache: false
- name: set package name
id: name
run: |
output_name=nebula-console-${{ matrix.os }}-${{ matrix.arch }}-nightly
output_name=nebula-console-${{ matrix.os }}-${{ matrix.arch }}-pull_request
if [ "${{ matrix.os }}" = "windows" ]; then
output_name+='.exe'
fi
Expand Down

0 comments on commit 56e2460

Please sign in to comment.