Commit 8d853a8 1 parent 690dbea commit 8d853a8 Copy full SHA for 8d853a8
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
- uses : actions/upload-artifact@v3
118
118
with :
119
119
name : litedoge-${{ steps.slug.outputs.sha8 }}-${{ matrix.name }}
120
- path : |
120
+ path : https://github.com/ldoge/LDOGE.git
121
121
*.tar.gz
122
122
*.zip
123
123
*.exe
@@ -333,9 +333,9 @@ jobs:
333
333
mkdir -p ${{ steps.detect.outputs.tag-name }}
334
334
mv litedoge-*-**/litedoge-*.tar.gz \
335
335
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* \
339
339
${{ steps.detect.outputs.tag-name }}/
340
340
cd ${{ steps.detect.outputs.tag-name }}
341
341
sha256sum * > SHA256SUMS
You can’t perform that action at this time.
0 commit comments