Skip to content

Commit

Permalink
Debugging GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
swrh committed Sep 18, 2024
1 parent 8a9a75e commit 54697eb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
go-version: [1.23.1]
os: [linux, windows, darwin]
os: [windows]
arch: [amd64, arm64]

steps:
Expand Down Expand Up @@ -68,10 +68,13 @@ jobs:
with:
path: bin

- run: ls -l
- run: ls -l bin

- name: Create release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: bin/*
files: bin

# vim:set sw=2 ts=2 et:

0 comments on commit 54697eb

Please sign in to comment.