Skip to content

Commit 17dc862

Browse files
committed
ci: fix build-archiver FILE_PATTERN
1 parent dba4523 commit 17dc862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
if: github.ref == 'refs/heads/master'
9595
uses: UltimateHackingKeyboard/build-archiver@v0.0.2
9696
with:
97-
FILE_PATTERN: "dist/UHK.Agent-*-@(mac.dmg|linux-x86_64.AppImage|win*.exe)"
97+
FILE_PATTERN: "dist/UHK.Agent-*-linux-x86_64.AppImage\ndist/UHK.Agent-*-mac.dmg\ndist/UHK.Agent-*-win*.exe"
9898
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9999
S3_ACCESS_KEY: ${{ secrets.UHK_BUILD_ARCHIVER_AWS_ACCESS_SECRET }}
100100
S3_ACCESS_KEY_ID: ${{ secrets.UHK_BUILD_ARCHIVER_AWS_ACCESS_KEY }}

0 commit comments

Comments
 (0)