mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
Merge pull request #628 from TriliumNext/renovate/webfreak001-deploy-nightly-3.x
chore(deps): update webfreak001/deploy-nightly action to v3.2.0
This commit is contained in:
commit
370d363afc
6
.github/workflows/nightly.yml
vendored
6
.github/workflows/nightly.yml
vendored
@ -75,7 +75,7 @@ jobs:
|
|||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
||||||
- name: Deploy release
|
- name: Deploy release
|
||||||
uses: WebFreak001/deploy-nightly@v3.1.0
|
uses: WebFreak001/deploy-nightly@v3.2.0
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ env.GITHUB_UPLOAD_URL }}
|
upload_url: ${{ env.GITHUB_UPLOAD_URL }}
|
||||||
release_id: ${{ env.GITHUB_RELEASE_ID }}
|
release_id: ${{ env.GITHUB_RELEASE_ID }}
|
||||||
@ -83,7 +83,7 @@ jobs:
|
|||||||
asset_name: TriliumNextNotes-${{ matrix.os.name }}-${{ matrix.arch }}-nightly.zip # name to upload the release as, use $$ to insert date (YYYYMMDD) and 6 letter commit hash
|
asset_name: TriliumNextNotes-${{ matrix.os.name }}-${{ matrix.arch }}-nightly.zip # name to upload the release as, use $$ to insert date (YYYYMMDD) and 6 letter commit hash
|
||||||
asset_content_type: application/zip # required by GitHub API
|
asset_content_type: application/zip # required by GitHub API
|
||||||
- name: Deploy installer release
|
- name: Deploy installer release
|
||||||
uses: WebFreak001/deploy-nightly@v3.1.0
|
uses: WebFreak001/deploy-nightly@v3.2.0
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ env.GITHUB_UPLOAD_URL }}
|
upload_url: ${{ env.GITHUB_UPLOAD_URL }}
|
||||||
release_id: ${{ env.GITHUB_RELEASE_ID }}
|
release_id: ${{ env.GITHUB_RELEASE_ID }}
|
||||||
@ -120,7 +120,7 @@ jobs:
|
|||||||
overwrite: true
|
overwrite: true
|
||||||
|
|
||||||
- name: Deploy release
|
- name: Deploy release
|
||||||
uses: WebFreak001/deploy-nightly@v3.1.0
|
uses: WebFreak001/deploy-nightly@v3.2.0
|
||||||
with:
|
with:
|
||||||
upload_url: ${{ env.GITHUB_UPLOAD_URL }}
|
upload_url: ${{ env.GITHUB_UPLOAD_URL }}
|
||||||
release_id: ${{ env.GITHUB_RELEASE_ID }}
|
release_id: ${{ env.GITHUB_RELEASE_ID }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user