File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
draft : false
57
57
prerelease : false
58
58
name : " retro-${{ env.RELEASE_VERSION}}"
59
- files : ./bin/installer.sh
59
+ files : ./bin/installer.tar.gz
60
60
token : ${{ secrets.CUSTOM_GITHUB_TOKEN }}
61
61
env :
62
62
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ play music and continue your work on the terminal.
29
29
## 📦 Installation
30
30
$$ {\color{#AC3097}Install \space \color{#56565E}Retro} $$
31
31
``` sh
32
- wget https://github.com/Malwarize/retro/releases/download/v0.0.31 /installer.tar.gz
32
+ wget https://github.com/Malwarize/retro/releases/download/v0.0.32 /installer.tar.gz
33
33
tar -xvf installer.tar.gz
34
34
chmod +x installer.sh
35
35
./installer.sh
Original file line number Diff line number Diff line change 1
1
package cmd
2
- const Version = "v0.0.31 "
2
+ const Version = "v0.0.32 "
You can’t perform that action at this time.
0 commit comments