mirror of
https://github.com/go-i2p/dendrite-unofficial.git
synced 2025-07-13 11:54:40 -04:00
use nicpollo instead of softprops
This commit is contained in:
24
.github/workflows/build-dendrite-demos.yml
vendored
24
.github/workflows/build-dendrite-demos.yml
vendored
@ -76,26 +76,26 @@ jobs:
|
|||||||
|
|
||||||
- name: Create nightly release
|
- name: Create nightly release
|
||||||
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
|
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
|
||||||
uses: softprops/action-gh-release@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
name: "Dendrite Demo Commands (Nightly $(date +'%Y-%m-%d'))"
|
name: "Dendrite Demo Commands (Nightly $(date +'%Y-%m-%d'))"
|
||||||
tag_name: "nightly-$(date +'%Y-%m-%d')"
|
tag: "nightly-$(date +'%Y-%m-%d')"
|
||||||
files: |
|
artifacts: "${{ env.BUILD_DIR }}/*"
|
||||||
${{ env.BUILD_DIR }}/*
|
bodyFile: ${{ env.BUILD_DIR }}/build-info.txt
|
||||||
body_path: ${{ env.BUILD_DIR }}/build-info.txt
|
|
||||||
prerelease: true
|
prerelease: true
|
||||||
fail_on_unmatched_files: true
|
allowUpdates: false
|
||||||
|
removeArtifacts: false
|
||||||
|
|
||||||
- name: Update latest release
|
- name: Update latest release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
name: "Dendrite Demo Commands (Latest)"
|
name: "Dendrite Demo Commands (Latest)"
|
||||||
tag_name: "latest"
|
tag: "latest"
|
||||||
files: |
|
artifacts: "${{ env.BUILD_DIR }}/*"
|
||||||
${{ env.BUILD_DIR }}/*
|
bodyFile: ${{ env.BUILD_DIR }}/build-info.txt
|
||||||
body_path: ${{ env.BUILD_DIR }}/build-info.txt
|
|
||||||
prerelease: true
|
prerelease: true
|
||||||
fail_on_unmatched_files: true
|
allowUpdates: true
|
||||||
|
removeArtifacts: true
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
Reference in New Issue
Block a user