Skip to content

Commit 10ec24a

Browse files
committed
fix github release
(hopefully)
1 parent 0d16307 commit 10ec24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Build package to upload to GitHub releases
6969
run: |
7070
npm pack
71-
mv cluster-memory-store-*.tgz cluster-memory-store.tgz
71+
mv express-rate-limit-cluster-memory-store-*.tgz cluster-memory-store.tgz
7272
- name: Create a Github release
7373
uses: softprops/action-gh-release@v1
7474
with:

0 commit comments

Comments
 (0)