Skip to content

Commit e68af5b

Browse files
committed
gh action inputs?
1 parent 8398db1 commit e68af5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
description: Name of artifact containing a emacs-builder plan yaml file
99
type: string
1010
required: true
11-
dmg_artifact:
11+
tbz_artifact:
1212
description: Name of artifact containing a *.dmg files to release
1313
type: string
1414
required: true
@@ -38,7 +38,7 @@ jobs:
3838
continue-on-error: true
3939
uses: actions/download-artifact@v3
4040
with:
41-
name: ${{ inputs.dmg_artifact }}
41+
name: ${{ inputs.tbz_artifact }}
4242
path: builds
4343
- name: Publish tbz archive to a GitHub Release
4444
if: ${{ steps.dmg.outputs.result != 'fail' }}

0 commit comments

Comments
 (0)