Almost there.

This commit is contained in:
Ryan Stecker 2024-03-03 18:07:17 -06:00
parent f0d1778f90
commit 3aa78c4485

View File

@ -160,7 +160,7 @@ jobs:
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
name: Upload artifacts 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: with:
name: "${{ env.ARTIFACT_NAME }}" name: "${{ env.ARTIFACT_NAME }}"
path: "extension/build/package/${{ env.ZIP_FILENAME }}" path: "extension/build/package/${{ env.ZIP_FILENAME }}"