mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 21:19:18 +00:00
Fix path to artifact
This commit is contained in:
committed by
GitHub
parent
d7bdefa42b
commit
9d43104126
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -87,7 +87,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: docker-image-${{ matrix.target_platform }}
|
||||
path: /tmp/docker-image-${{ matrix.target_platform }}-${{ github.sha }}.oci
|
||||
path: /tmp/docker-image-${{ matrix.target_platform }}/${{ github.sha }}.oci
|
||||
|
||||
push:
|
||||
name: Push Docker Images
|
||||
|
||||
Reference in New Issue
Block a user