Skip to content

Commit 8d853a8

Browse files
authored
Update build.yml
1 parent 690dbea commit 8d853a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- uses: actions/upload-artifact@v3
118118
with:
119119
name: litedoge-${{ steps.slug.outputs.sha8 }}-${{ matrix.name }}
120-
path: |
120+
path: https://github.com/ldoge/LDOGE.git
121121
*.tar.gz
122122
*.zip
123123
*.exe
@@ -333,9 +333,9 @@ jobs:
333333
mkdir -p ${{ steps.detect.outputs.tag-name }}
334334
mv litedoge-*-**/litedoge-*.tar.gz \
335335
litedoge-*-**/litedoge-*.zip \
336-
peercoin-*-**/litedoge-*.exe \
337-
peercoin-*-**/litedoge-*.dmg \
338-
peercoin-*-**/*.AppImage* \
336+
litedoge-*-**/litedoge-*.exe \
337+
litedoge-*-**/litedoge-*.dmg \
338+
litedoge-*-**/*.AppImage* \
339339
${{ steps.detect.outputs.tag-name }}/
340340
cd ${{ steps.detect.outputs.tag-name }}
341341
sha256sum * > SHA256SUMS

0 commit comments

Comments
 (0)