Skip to content

Commit 7be3a33

Browse files
committedJul 10, 2023
Try again
1 parent be9e66b commit 7be3a33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/upload-artifact@v3
5353
with:
5454
name: joelang-${{ github.ref_name }}-x64-linux
55-
path: joelang-${{ github.ref_name }}-x64-linux
55+
path: joelang
5656
if-no-files-found: error
5757
# - uses: actions/upload-artifact@v3
5858
# with:
@@ -84,6 +84,6 @@ jobs:
8484
draft: false
8585
prerelease: true
8686
# each file lives in its own directory
87-
files: joelang-${{ github.ref_name }}-*-*/joelang-${{ github.ref_name }}-*-*
87+
files: joelang-${{ github.ref_name }}-*-*/*
8888
name: Release ${{ github.ref_name }}
8989
continue-on-error: false

0 commit comments

Comments
 (0)