mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-28 10:18:51 +00:00
upload artifact for tagsw
This commit is contained in:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user