mirror of
https://github.com/kopia/kopia.git
synced 2026-03-27 10:32:08 -04:00
ci: do not upload artifacts from self-hosted runners, fixes build race (#1015)
Fixes #1014
This commit is contained in:
2
.github/workflows/make.yml
vendored
2
.github/workflows/make.yml
vendored
@@ -126,6 +126,7 @@ jobs:
|
||||
dist/kopia-ui/*.AppImage
|
||||
dist/kopia-ui/*.yml
|
||||
if-no-files-found: ignore
|
||||
if: ${{ !contains(matrix.os, 'self-hosted') }}
|
||||
- name: Upload Kopia Binary
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
@@ -134,6 +135,7 @@ jobs:
|
||||
dist/*/kopia
|
||||
dist/*/kopia.exe
|
||||
if-no-files-found: ignore
|
||||
if: ${{ !contains(matrix.os, 'self-hosted') }}
|
||||
publish:
|
||||
name: Stage And Publish Artifacts
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user