Try using path as well

This commit is contained in:
Jamil Bou Kheir
2021-07-08 17:55:37 -07:00
parent 411c150989
commit b03afeac38

View File

@@ -131,6 +131,7 @@ jobs:
- uses: actions/download-artifact@v2
with:
name: cloudfire-${{ matrix.arch }}
path: cloudfire-${{ matrix.arch }}
- run: .ci/build_deb.sh
- uses: actions/upload-artifact@v2
with:
@@ -168,6 +169,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2
with:
path: cloudfire-${{ matrix.os }}_${{ matrix.arch }}.deb
name: cloudfire-${{ matrix.os }}_${{ matrix.arch }}.deb
- run: sudo apt-get install -q -y wireguard
- name: Test Install package