File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -191,8 +191,8 @@ jobs:
191191 azure-tenant-id : ${{ fromJSON(steps.get-signing-secrets.outputs.secrets).tenant-id }}
192192 signed-artifact-name : ' windows-installer-signed'
193193
194- upload_release_assets :
195- name : Upload release assets
194+ upload_release_artifacts :
195+ name : Upload release artifacts
196196 container : grafana/alloy-build-image:v0.1.23@sha256:89dad4df5afe167898860bfa06c2eea290f4da0c2cff668fdf43299ddca867dc
197197 runs-on :
198198 labels : github-hosted-ubuntu-x64-large
@@ -256,16 +256,16 @@ jobs:
256256 name : windows-installer-signed
257257 path : dist
258258
259- - name : Publish release assets
260- run : ./tools/publish-release-assets .sh
259+ - name : Publish release artifacts
260+ run : ./tools/publish-release-artifacts .sh
261261 env :
262262 RELEASE_TAG : ${{ github.event.release.tag_name }}
263263 GH_TOKEN : ${{ steps.app-token.outputs.token }}
264264
265265 submit_winget_manifest :
266266 name : Submit WinGet Manifest
267267 needs :
268- - upload_release_assets
268+ - upload_release_artifacts
269269 uses : ./.github/workflows/release-submit-winget-manifest.yml
270270 permissions :
271271 contents : read
File renamed without changes.
You can’t perform that action at this time.
0 commit comments