Skip to content

Commit

Permalink
ci: 继续测试
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoaer committed Apr 11, 2024
1 parent 2853d17 commit 7f097a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,16 @@ jobs:
else
tar czvf ../../../${{ matrix.platform.name }} ${{ matrix.platform.bin }}
fi
cd -
pwd
ls .
- name: Upload release artifact
uses: actions/upload-artifact@v4
with:
name: bili-sync-rs-${{ matrix.platform.release_for }}
# contains raw binary and compressed archive
path:
"${{ matrix.platform.release_for }}-${{ matrix.platform.bin }}"
"${{ matrix.platform.name }}"
"${{ github.workspace }}/${{ matrix.platform.release_for }}-${{ matrix.platform.bin }}"
"${{ github.workspace }}/${{ matrix.platform.name }}"
release:
name: Create GitHub Release
needs: build
Expand Down

0 comments on commit 7f097a1

Please sign in to comment.