Skip to content

Commit

Permalink
Fix github action failed ?
Browse files Browse the repository at this point in the history
  • Loading branch information
NV4RE committed Dec 16, 2022
1 parent 9a08575 commit d15768a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3,182 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,16 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v2
- name: Generate build files
uses: thatisuday/go-cross-build@v1
uses: nv4re/go-cross-build@v1.69.0
with:
platforms: 'linux/amd64, darwin/amd64, windows/amd64'
name: 'program'
compress: 'true'
package: ""
name: 'tiktok-scraper'
compress: 'false'
dest: 'dist'
- name: Copy build-artifacts
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: "./dist/*.tar.gz"
Loading

0 comments on commit d15768a

Please sign in to comment.