diff --git a/.github/workflows/build-plugin.yml b/.github/workflows/build-plugin.yml index 889307e..4b62c16 100644 --- a/.github/workflows/build-plugin.yml +++ b/.github/workflows/build-plugin.yml @@ -118,27 +118,3 @@ jobs: file: _artifacts/**/*.vcvplugin tag: ${{ github.ref }} file_glob: true - - publish-nightly: - name: Publish nightly - if: ${{ github.ref == 'refs/heads/main' }} - runs-on: ubuntu-latest - needs: [build, build-mac] - steps: - - uses: actions/download-artifact@v4 - with: - path: _artifacts - - name: Delete old release assets - uses: mknejp/delete-release-assets@v1 - with: - token: ${{ github.token }} - tag: Nightly # This may also be of the form 'refs/tags/staging' - fail-if-no-assets: false - assets: '*' - - name: Upload release assets - uses: svenstaro/upload-release-action@v2 - with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - file: _artifacts/**/*.vcvplugin - tag: Nightly - file_glob: true \ No newline at end of file