mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2025-01-14 08:39:29 -05:00
fix artifact uploads
This commit is contained in:
parent
887f2d524c
commit
e7eb1f2e3b
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@ -28,5 +28,5 @@ jobs:
|
|||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: mirage-firewall.tar.bz2
|
name: qubes-firewall.xen
|
||||||
path: mirage-firewall.tar.bz2
|
path: qubes-firewall.xen
|
||||||
|
4
.github/workflows/podman.yml
vendored
4
.github/workflows/podman.yml
vendored
@ -28,5 +28,5 @@ jobs:
|
|||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: mirage-firewall.tar.bz2
|
name: qubes-firewall.xen
|
||||||
path: mirage-firewall.tar.bz2
|
path: qubes-firewall.xen
|
||||||
|
Loading…
Reference in New Issue
Block a user