From 08bf7bbd58c146de66afaeda2f5cd9c3f65ef248 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Tue, 26 Apr 2022 18:13:51 +0600 Subject: [PATCH] tried fixiing syntax error --- .github/workflows/release-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 6485bd74..83ca9d65 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -28,7 +28,7 @@ jobs: sed -i "s/%{{SPOTUBE_VERSION}}%/$RELEASE_VERSION/" choco-struct/spotube.nuspec - name: Build Windows Executable - uses: subosito/flutter-action@v2.2.0 + - uses: subosito/flutter-action@v2.2.0 with: cache: true - run: | @@ -53,7 +53,7 @@ jobs: Rename-Item -Path dist/$RELEASE_VERSION/spotube-$RELEASE_VERSION-windows.exe Spotube-windows-x86_64-setup.exe - name: Upload release binary - uses: meeDamian/github-release@2.0 + - uses: meeDamian/github-release@2.0 with: token: ${{ secrets.GITHUB_TOKEN }} tag: ${{ github.event.release.tag_name }} @@ -67,7 +67,7 @@ jobs: # choco push dist/$RELEASE_VERSION/spotube.$RELEASE_VERSION.nupkg - name: Upload artifacts - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v3 with: name: Spotube-Windows-Bundle path: dist/$RELEASE_VERSION