diff --git a/.github/workflows/buildAndRelease.yaml b/.github/workflows/buildAndRelease.yaml index 08d5940..7cc17c4 100644 --- a/.github/workflows/buildAndRelease.yaml +++ b/.github/workflows/buildAndRelease.yaml @@ -59,10 +59,7 @@ jobs: uses: martinbeentjes/npm-get-version-action@v1.3.1 - name: Create Release - id: create_release - - run: | - gh release create v${{ steps.package-version.outputs.current-version}} ./build/nori-booru-${{ steps.package-version.outputs.current-version}}-x64.tar.gz + run: gh release create v${{ steps.package-version.outputs.current-version}} ./build/nori-booru-${{ steps.package-version.outputs.current-version}}-x64.tar.gz env: GITHUB_TOKEN: ${{ github.TOKEN }} - shell: bash - name: Creates a release in GitHub and uploads attachments \ No newline at end of file + shell: bash \ No newline at end of file