Skip to content

Commit

Permalink
Update create_release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 authored May 28, 2024
1 parent 19408fb commit 93adf9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: powershell Compress-Archive -Path build -DestinationPath edax_runner-${{ runner.os }}.zip
- name: compress files (Linux, MacOS)
if: runner.os == 'macOS' || runner.os == 'Linux'
run: zip -r edax_runner-${{ runner.os }}.zip build
run: zip -r edax_runner-${{ matrix.os }}.zip build

- uses: softprops/action-gh-release@v2
env:
Expand Down

0 comments on commit 93adf9b

Please sign in to comment.