Skip to content

Commit

Permalink
build action: uppercase Nightly (for nightbin)
Browse files Browse the repository at this point in the history
  • Loading branch information
alefnull committed Nov 29, 2023
1 parent 6a3fe34 commit 185f95c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,13 @@ jobs:
uses: mknejp/delete-release-assets@v1
with:
token: ${{ github.token }}
tag: nightly # This may also be of the form 'refs/tags/staging'
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
tag: Nightly
file_glob: true

0 comments on commit 185f95c

Please sign in to comment.