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

Commit 02926d0

Browse files
author
Gerrit Niezen
committed
fix folder name
1 parent 7a2ad7e commit 02926d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
name: Upload to GitHub Releases
151151
command: |
152152
cd lzo-decompress
153-
gh release create $CIRCLE_TAG -t "$CIRCLE_TAG" -n "Release $CIRCLE_TAG" -p ../project/*.tar
153+
gh release create $CIRCLE_TAG -t "$CIRCLE_TAG" -n "Release $CIRCLE_TAG" -p ../*.tar
154154
workflows:
155155
version: 2
156156
build-and-deploy:

0 commit comments

Comments
 (0)