File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments