Skip to content

Commit

Permalink
go-cross-build YAML fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord of Scripts committed Aug 27, 2024
1 parent 64e0046 commit 531187a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/crossbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ jobs:
dest: "distrib"

# step 3: Copy build-artifacts in the GitHub release
- name: Copy build-artifacts
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
- name: Copy build-artifacts
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: "./dist/*.tar.gz"

0 comments on commit 531187a

Please sign in to comment.