ci: fix upload

This commit is contained in:
Syahdan 2025-10-15 11:56:42 +07:00
parent fd38041538
commit 5e59037543

View File

@ -79,13 +79,11 @@ jobs:
rm -f "$BIN" rm -f "$BIN"
fi fi
- name: Upload artifacts - name: Upload artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: binaries-${{ steps.ver.outputs.version }} name: binaries-${{ github.run_id }}-${{ github.sha }}
path: | path: ./path/to/artifact
dist/*.tar.gz
dist/*.zip
release: release:
needs: build needs: build