Skip to content

Commit 91d89f1

Browse files
authored
Update package.yml
fix output directory reference
1 parent be955d2 commit 91d89f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ jobs:
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # automatically provided by github actions
7171
OS: windows # a variable we use in the name pattern?
7272
with:
73-
file: ./dist/${{ matrix.TARGET }}/tabcmd/${{ matrix.OUT_FILE_NAME}}
73+
file: ./dist/${{ matrix.TARGET }}/${{ matrix.OUT_FILE_NAME}}
7474
mime: ${{ matrix.ASSET_MIME}} # required by GitHub API
7575
name: ${{ matrix.OUT_FILE_NAME}} # name pattern to upload the file as

0 commit comments

Comments
 (0)