Skip to content

Commit e802dbd

Browse files
authored
Update manual.yml
1 parent 6902749 commit e802dbd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/manual.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
with:
18-
tag_name: v134
19-
release_name: Release v134
18+
tag_name: v135
19+
release_name: Release v135
2020
draft: false
2121
prerelease: false
2222
- name: Output Release URL File
@@ -44,7 +44,8 @@ jobs:
4444
sudo apt install pip -y &&
4545
python3.9 -m pip install -r requirements.txt &&
4646
python3.9 -m pip install pyinstaller &&
47-
python3.9 -m PyInstaller --onefile saavn-cli.py -n saavn-cli
47+
python3.9 -m PyInstaller --onefile saavn-cli.py -n saavn-cli &&
48+
chmod 777 dist/saavn-cli
4849
OUT_FILE_NAME: saavn-cli
4950
ASSET_MIME: application/x-elf
5051
- os: windows-latest

0 commit comments

Comments
 (0)