We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9e66b commit 7be3a33Copy full SHA for 7be3a33
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
- uses: actions/upload-artifact@v3
53
with:
54
name: joelang-${{ github.ref_name }}-x64-linux
55
- path: joelang-${{ github.ref_name }}-x64-linux
+ path: joelang
56
if-no-files-found: error
57
# - uses: actions/upload-artifact@v3
58
# with:
@@ -84,6 +84,6 @@ jobs:
84
draft: false
85
prerelease: true
86
# each file lives in its own directory
87
- files: joelang-${{ github.ref_name }}-*-*/joelang-${{ github.ref_name }}-*-*
+ files: joelang-${{ github.ref_name }}-*-*/*
88
name: Release ${{ github.ref_name }}
89
continue-on-error: false
0 commit comments