Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 6ff90e3

Browse files
authored
Merge pull request #36 from DiamondLightSource/lockfiles
fix Github Release assets spec
2 parents eb1f2f3 + 3c88744 commit 6ff90e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ jobs:
170170
with:
171171
prerelease: ${{ contains(github.ref_name, 'a') || contains(github.ref_name, 'b') || contains(github.ref_name, 'rc') }}
172172
files: |
173-
dist/
174-
lockfiles/
173+
dist/*
174+
lockfiles/*
175175
generate_release_notes: true
176176
env:
177177
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)