Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-0208 committed Nov 28, 2022
1 parent 9335811 commit 2f7a0cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checkout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
- run: echo win > test.txt
- uses: softprops/action-gh-release@v1
with:
name: ${{github.ref_name}}_win64
name: test_win64
files: 'test.txt'
mac:
runs-on: macos-latest
steps:
- run: echo win > test.txt
- uses: softprops/action-gh-release@v1
with:
name: ${{github.ref_name}}_mac64
name: test_mac64
files: 'test.txt'

0 comments on commit 2f7a0cb

Please sign in to comment.