Skip to content

Commit

Permalink
remove nightly publish
Browse files Browse the repository at this point in the history
  • Loading branch information
scanner-darkly committed Mar 23, 2024
1 parent 5f95133 commit 9bc4e0b
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9bc4e0b

Please sign in to comment.