mirror of
https://github.com/hectorm/docker-qemu-reactos
synced 2025-01-08 01:55:30 +00:00
Do not upload native artifact
This commit is contained in:
parent
526a0afb0d
commit
24337c3892
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
run: |
|
||||
make IMAGE_BUILD_OPTS="--pull" "build-${{ matrix.arch }}-image" "save-${{ matrix.arch }}-image"
|
||||
- name: 'Upload artifacts'
|
||||
if: "startsWith(github.ref, 'refs/tags/v')"
|
||||
if: "startsWith(github.ref, 'refs/tags/v') && matrix.arch != 'native'"
|
||||
uses: 'actions/upload-artifact@v3'
|
||||
with:
|
||||
name: 'dist-${{ matrix.arch }}'
|
||||
|
Loading…
Reference in New Issue
Block a user