Skip to content

Commit

Permalink
update folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
SoulMelody committed Nov 22, 2024
1 parent 5e6ca24 commit 03e52a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
docker compose -f docker-compose-build-wine-arm64.yml up
mkdir archive
cd dist
7z a ../archive/LibreSVIP-${{ needs.make-outputs.outputs.VERSION }}.win-arm64.7z libresvip-web
7z a ../archive/LibreSVIP-${{ needs.make-outputs.outputs.VERSION }}.win-arm64.7z libresvip
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
docker compose -f docker-compose-webui-wine-arm64.yml up
mkdir archive
cd dist
7z a ../archive/LibreSVIP-web-${{ needs.make-outputs.outputs.VERSION }}.win-arm64.7z libresvip
7z a ../archive/LibreSVIP-web-${{ needs.make-outputs.outputs.VERSION }}.win-arm64.7z libresvip-web
- name: Upload build artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 03e52a7

Please sign in to comment.