From 08726a034f691bf3d8710cd67da3d082d377f076 Mon Sep 17 00:00:00 2001 From: Jamil Bou Kheir Date: Mon, 6 Sep 2021 03:45:45 +0000 Subject: [PATCH] upload artifact for tagsw --- .github/workflows/ci.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76a00e195..b25c3a9d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,11 +79,15 @@ jobs: os: ubuntu_20.04 - port: 8807 os: debian_11 - # if: github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v2 - run: vagrant up ${{ matrix.os }} + # XXX: Currently a noop - run: .ci/functional_test.sh + - uses: actions/upload-artifact@v2 + with: + name: firezone-${{ matrix.os }} + path: omnibus/pkg/firezone*.(deb|rpm) publish: needs: build-package-test @@ -113,13 +117,13 @@ jobs: prerelease: true - uses: actions/download-artifact@v2 with: - name: firezone - path: ./_build/ + name: firezone-${{ matrix.os }} + path: ./ - name: Release uses: softprops/action-gh-release@v1 with: files: | - _build/firezone*.tar.gz + ./firezone*.(rpm|deb) # - name: Upload Release Asset # id: upload-release-asset # uses: actions/upload-release-asset@v1