mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
again fixed the syntax error
This commit is contained in:
parent
82eefecf6b
commit
9648b3a1ca
6
.github/workflows/release-build.yml
vendored
6
.github/workflows/release-build.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
sed -i "s/%{{SPOTUBE_VERSION}}%/$RELEASE_VERSION/" choco-struct/spotube.nuspec
|
sed -i "s/%{{SPOTUBE_VERSION}}%/$RELEASE_VERSION/" choco-struct/spotube.nuspec
|
||||||
|
|
||||||
- name: Build Windows Executable
|
- name: Build Windows Executable
|
||||||
- uses: subosito/flutter-action@v2.2.0
|
uses: subosito/flutter-action@v2.2.0
|
||||||
with:
|
with:
|
||||||
cache: true
|
cache: true
|
||||||
- run: |
|
- run: |
|
||||||
@ -53,7 +53,7 @@ jobs:
|
|||||||
Rename-Item -Path dist/$RELEASE_VERSION/spotube-$RELEASE_VERSION-windows.exe Spotube-windows-x86_64-setup.exe
|
Rename-Item -Path dist/$RELEASE_VERSION/spotube-$RELEASE_VERSION-windows.exe Spotube-windows-x86_64-setup.exe
|
||||||
|
|
||||||
- name: Upload release binary
|
- name: Upload release binary
|
||||||
- uses: meeDamian/github-release@2.0
|
uses: meeDamian/github-release@2.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag: ${{ github.event.release.tag_name }}
|
tag: ${{ github.event.release.tag_name }}
|
||||||
@ -67,7 +67,7 @@ jobs:
|
|||||||
# choco push dist/$RELEASE_VERSION/spotube.$RELEASE_VERSION.nupkg
|
# choco push dist/$RELEASE_VERSION/spotube.$RELEASE_VERSION.nupkg
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
- uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Spotube-Windows-Bundle
|
name: Spotube-Windows-Bundle
|
||||||
path: dist/$RELEASE_VERSION
|
path: dist/$RELEASE_VERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user