Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vashshawn authored Aug 10, 2024
1 parent 690dbea commit 8d853a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: litedoge-${{ steps.slug.outputs.sha8 }}-${{ matrix.name }}
path: |
path: https://github.com/ldoge/LDOGE.git
*.tar.gz
*.zip
*.exe
Expand Down Expand Up @@ -333,9 +333,9 @@ jobs:
mkdir -p ${{ steps.detect.outputs.tag-name }}
mv litedoge-*-**/litedoge-*.tar.gz \
litedoge-*-**/litedoge-*.zip \
peercoin-*-**/litedoge-*.exe \
peercoin-*-**/litedoge-*.dmg \
peercoin-*-**/*.AppImage* \
litedoge-*-**/litedoge-*.exe \
litedoge-*-**/litedoge-*.dmg \
litedoge-*-**/*.AppImage* \
${{ steps.detect.outputs.tag-name }}/
cd ${{ steps.detect.outputs.tag-name }}
sha256sum * > SHA256SUMS
Expand Down

0 comments on commit 8d853a8

Please sign in to comment.