Skip to content

Commit 6dcac3c

Browse files
committed
fix release artifact getting double-zipped in build workflow
1 parent daf6b10 commit 6dcac3c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-smapi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,11 @@ jobs:
8888
./build/scripts/prepare-install-package.ps1 "$env:VERSION"
8989
9090
- name: Upload installer
91-
uses: actions/upload-artifact@v4
91+
uses: actions/upload-artifact@v7
9292
with:
9393
name: 'SMAPI ${{env.VERSION}} installer'
9494
path: 'bin/SMAPI-${{env.VERSION}}-installer.zip'
95+
archive: false
9596
if-no-files-found: 'error'
9697

9798
- name: Generate artifact attestations

0 commit comments

Comments
 (0)