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 be955d2 commit 91d89f1Copy full SHA for 91d89f1
.github/workflows/package.yml
@@ -70,6 +70,6 @@ jobs:
70
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # automatically provided by github actions
71
OS: windows # a variable we use in the name pattern?
72
with:
73
- file: ./dist/${{ matrix.TARGET }}/tabcmd/${{ matrix.OUT_FILE_NAME}}
+ file: ./dist/${{ matrix.TARGET }}/${{ matrix.OUT_FILE_NAME}}
74
mime: ${{ matrix.ASSET_MIME}} # required by GitHub API
75
name: ${{ matrix.OUT_FILE_NAME}} # name pattern to upload the file as
0 commit comments