Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Futrime committed Feb 5, 2024
1 parent d2ff7c9 commit f9a2cec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ jobs:
- run: |
xmake package -v -y
- run: |
cp CHANGELOG.md COPYING COPYING.LESSER README.md build/packages/l/levilamina/windows/x64/${{ matrix.mode }}/
- uses: actions/upload-artifact@v4
with:
name: levilamina-${{ matrix.mode }}-windows-x64-${{ github.sha }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ jobs:
- run: |
xmake package -v -y
- run: |
cp CHANGELOG.md COPYING COPYING.LESSER README.md build/packages/l/levilamina/windows/x64/${{ matrix.mode }}/
- uses: actions/upload-artifact@v4
with:
name: levilamina-${{ matrix.mode }}-windows-x64-${{ github.sha }}
Expand Down Expand Up @@ -90,6 +87,9 @@ jobs:
name: levilamina-${{ matrix.mode }}-windows-x64-${{ github.sha }}
path: artifact

- run: |
cp CHANGELOG.md COPYING COPYING.LESSER README.md artifact/
- run: |
zip -r ../levilamina-${{ matrix.mode }}-windows-x64.zip *
working-directory: artifact
Expand Down

0 comments on commit f9a2cec

Please sign in to comment.