Skip to content

Commit d17756b

Browse files
committed
Fix release.yml (again 3)
1 parent ec23295 commit d17756b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@ jobs:
3333
matrix:
3434
include:
3535
- os: ubuntu-latest
36-
asset_name: LightweightPomodoroTimer-linux-x86_64.tar.gz
36+
asset_name: PomodoroTimer-linux-x86_64.tar.gz
3737
command: |
3838
strip target/release/PomodoroTimer
39-
tar -czvf LightweightPomodoroTimer-linux.tar.gz -C target/release PomodoroTimer
39+
tar -czvf PomodoroTimer-linux.tar.gz -C target/release PomodoroTimer
4040
- os: windows-latest
41-
asset_name: LightweightPomodoroTimer-windows-x86_64.zip
41+
asset_name: PomodoroTimer-windows-x86_64.zip
4242
command: |
4343
strip target/release/PomodoroTimer.exe
44-
zip LightweightPomodoroTimer-windows.zip ./target/release/PomodoroTimer.exe
44+
zip PomodoroTimer-windows.zip ./target/release/PomodoroTimer.exe
4545
- os: macos-latest
46-
asset_name: LightweightPomodoroTimer-macos-x86_64.zip
46+
asset_name: PomodoroTimer-macos-x86_64.zip
4747
command: |
4848
strip target/release/PomodoroTimer
49-
zip LightweightPomodoroTimer-macos.zip target/release/PomodoroTimer
49+
zip PomodoroTimer-macos.zip target/release/PomodoroTimer
5050
runs-on: ${{ matrix.os }}
5151
steps:
5252
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)