mirror of
https://github.com/voided/CollisionHook.git
synced 2025-12-07 02:38:23 +00:00
Almost there.
This commit is contained in:
parent
f0d1778f90
commit
3aa78c4485
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -160,7 +160,7 @@ jobs:
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
name: Upload artifacts
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && (startsWith(matrix.os, 'windows-latest') || startsWith(matrix.os, 'ubuntu-latest'))
|
||||
with:
|
||||
name: "${{ env.ARTIFACT_NAME }}"
|
||||
path: "extension/build/package/${{ env.ZIP_FILENAME }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user