Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ysawa0 committed Nov 4, 2023
1 parent fc17feb commit 9c21681
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
strategy:
matrix:
# os: [ubuntu-latest, macos-latest, windows-latest] # Build for multiple OSes
os: [ubuntu-latest, macos-latest] # Build for multiple OSes
# os: [ubuntu-latest, macos-latest] # Build for multiple OSes
os: [macos-latest] # Build for multiple OSes
steps:
- uses: actions/checkout@v4

Expand All @@ -41,7 +42,8 @@ jobs:
with:
files: |
./target/release/cpa
env:
GITHUB_TOKEN:
${{ secrets.GITHUB_TOKEN }}
# ${{ runner.os }}-cpa.tar.gz
# windows-cpa.zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9c21681

Please sign in to comment.