Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SKevo18 committed Feb 11, 2024
1 parent 80ba44f commit 397dc88
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,7 @@ jobs:
[ -f LICENSE ] && FILES="$FILES LICENSE"
[ -f README.md ] && FILES="$FILES README.md"
tar -czvf mhmods-${{ matrix.os }}-${{ matrix.arch }}.tar.gz $FILES
- uses: actions/upload-artifact@v3
with:
name: mhmods-${{ matrix.os }}-${{ matrix.arch }}.tar.gz
path: mhmods-${{ matrix.os }}-${{ matrix.arch }}.tar.gz

- uses: actions/download-artifact@v3
- uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 397dc88

Please sign in to comment.