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"
fi
- name: Upload artifacts
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: binaries-${{ steps.ver.outputs.version }}
path: |
dist/*.tar.gz
dist/*.zip
name: binaries-${{ github.run_id }}-${{ github.sha }}
path: ./path/to/artifact
release:
needs: build