We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8398db1 commit e68af5bCopy full SHA for e68af5b
.github/workflows/_release.yml
@@ -8,7 +8,7 @@ on:
8
description: Name of artifact containing a emacs-builder plan yaml file
9
type: string
10
required: true
11
- dmg_artifact:
+ tbz_artifact:
12
description: Name of artifact containing a *.dmg files to release
13
14
@@ -38,7 +38,7 @@ jobs:
38
continue-on-error: true
39
uses: actions/download-artifact@v3
40
with:
41
- name: ${{ inputs.dmg_artifact }}
+ name: ${{ inputs.tbz_artifact }}
42
path: builds
43
- name: Publish tbz archive to a GitHub Release
44
if: ${{ steps.dmg.outputs.result != 'fail' }}
0 commit comments