Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonm58 authored Dec 19, 2024
1 parent fd57100 commit ecd3760
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ jobs:
matrix:
goos: [windows]
goarch: [amd64]
runs-on: ubuntu-latest
runs-on: windows-2025
env:
GOOS: ${{ matrix.goos }}
GOARCH: ${{ matrix.goarch }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.2.2
- name: Show workflow information
run: |
export osarch=$GOOS-$GOARCH
echo "GOOS: $GOOS, GOARCH: $GOARCH, RELEASE_NAME: $osarch"
echo "osarch=$osarch" >> $GITHUB_ENV
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5.2.0
with:
go-version: '1.21'
check-latest: true
Expand All @@ -45,7 +45,7 @@ jobs:
run: |
cp README.md LICENSE release/* ghostcp-${{ env.osarch }}
- name: Upload files to Artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v4.5.0
with:
name: ghostcp-${{ env.osarch }}
path: |
Expand Down

0 comments on commit ecd3760

Please sign in to comment.