mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
I think I figured it out
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -180,9 +180,9 @@ jobs:
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: deb
|
||||
path: cloudfire_${{ matrix.os }}_${{ matrix.arch }}.deb
|
||||
path: ./
|
||||
- run: |
|
||||
ls -l cloudfire_${{ matrix.os }}_${{ matrix.arch }}.deb
|
||||
ls -lR cloudfire*
|
||||
- run: sudo apt-get install -q -y wireguard
|
||||
- name: Test Install package
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user