Skip to content

Commit

Permalink
ci: fix files globs
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Feb 17, 2024
1 parent a1e0e60 commit 21cfe9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
token: ${{ secrets.USER_PAT }}
prerelease: ${{ env.IS_STABLE_VERSION == 'false' }}
files: |
dist/Nuga-1.0.0-rc-*.AppImage
dist/Nuga-1.0.0-rc-mac-*.zip
dist/Nuga-*.AppImage
dist/Nuga-*-mac-*.zip
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"eslint.workingDirectories": [
"./frontend/"
]
],
"cSpell.words": [
"DOCKERHUB"
]
}

0 comments on commit 21cfe9b

Please sign in to comment.