Skip to content

Commit

Permalink
Update create_release.yaml (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 authored Aug 13, 2024
1 parent 7107a84 commit f220024
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 @@ -56,7 +56,7 @@ jobs:

- name: compress files (Windows)
if: runner.os == 'Windows'
run: powershell Compress-Archive -Path build -DestinationPath edax_runner-${{ runner.os }}.zip
run: powershell Compress-Archive -Path build -DestinationPath edax_runner-${{ matrix.os }}.zip
- name: compress files (Linux, MacOS)
if: runner.os == 'macOS' || runner.os == 'Linux'
run: zip -r edax_runner-${{ matrix.os }}.zip build
Expand Down

0 comments on commit f220024

Please sign in to comment.