Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kitagry committed Jul 12, 2023
1 parent 94ea920 commit 7a29b21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 40 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,9 @@ jobs:
ls -lR ./
cd ../
- id: lowerCaseOS
run: INPUT=${{ runner.os }} echo "::set-output name=os::${INPUT,,}"

- uses: goreleaser/goreleaser-action@v2
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
with:
version: latest
args: release --config=./.goreleaser-${{ matrix.lower_os }}.yml --clean
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
repo_token: ${{ secrets.ACCESS_TOKEN }}
file: ./build/${{ matrix.asset_name }}.zip
tag: ${{ github.ref }}
17 changes: 0 additions & 17 deletions .goreleaser-linux.yml

This file was deleted.

15 changes: 0 additions & 15 deletions .goreleaser-macos.yml

This file was deleted.

0 comments on commit 7a29b21

Please sign in to comment.