Skip to content

Commit

Permalink
feat(workflows): 测试流水线
Browse files Browse the repository at this point in the history
  • Loading branch information
BadKid90s committed Jan 23, 2024
1 parent 33454ea commit cf58359
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,14 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
# either 'goreleaser' (default) or 'goreleaser-pro'
distribution: goreleaser
version: latest
args: release --clean
workdir: myfolder
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Upload assets
run: |
pwd |
ls -R myfolder
File renamed without changes.
File renamed without changes.

0 comments on commit cf58359

Please sign in to comment.