We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62837b9 commit 72798dbCopy full SHA for 72798db
.github/workflows/release.yml
@@ -85,7 +85,7 @@ jobs:
85
86
- uses: actions/upload-artifact@v3
87
with:
88
- name: joelang-executable node${{ matrix.node }} ${{ matrix.os }}
+ name: joelang-artifact-${{ github.ref_name }}-node${{ matrix.node }}-${{ matrix.os }}
89
path: ${{ env.EXECUTABLE }}
90
if-no-files-found: error
91
@@ -107,5 +107,5 @@ jobs:
107
108
draft: false
109
prerelease: true
110
- files: joelang-${{ github.ref_name }}-node*-*-*
+ files: joelang-artifact-${{ github.ref_name }}-node*-*/joelang-${{ github.ref_name }}-node*-*-*
111
name: Release ${{ github.ref_name }}
0 commit comments