feat: use upload-artifact
All checks were successful
Build and Package Tracy Profiler / build (push) Successful in 2m6s

This commit is contained in:
tqcq
2025-10-16 12:48:56 +08:00
parent 82bb2d70dc
commit 6f4af95f54

View File

@@ -44,13 +44,11 @@ jobs:
- name: Package release
run: |
VERSION="${{ steps.version.outputs.version }}"
mkdir -p release
cp tracy/build/tracy-profiler release/Tracy-${VERSION}
zip -r release/Tracy-${VERSION}.zip release/*
cp tracy/build/tracy-profiler tracy-profiler-${VERSION}
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: tracy-package
path: release/Tracy-*.zip
path: tracy-profiler-${VERSION}
retention-days: 30