Skip to content

Commit

Permalink
Automatic workflows update from ASF-PluginTemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 9, 2024
1 parent 284e463 commit 2a9cb8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
}
- name: Upload plugin artifact
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
if-no-files-found: error
name: ${{ matrix.os }}_${{ steps.plugin-name.outputs.info }}
Expand Down Expand Up @@ -176,14 +176,14 @@ jobs:
)
- name: Upload SHA512SUMS
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
if-no-files-found: error
name: SHA512SUMS
path: out/SHA512SUMS

- name: Upload SHA512SUMS.sign
uses: actions/[email protected].1
uses: actions/[email protected].2
if: ${{ env.GPG_PRIVATE_KEY != null }}
with:
if-no-files-found: error
Expand Down

0 comments on commit 2a9cb8e

Please sign in to comment.