Skip to content

Commit

Permalink
Setup LXD
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbieTheWagner committed Jan 8, 2024
1 parent 3b594e4 commit cf3dd6a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ jobs:
with:
fileName: 'win-certificate.pfx'
encodedString: ${{ secrets.CERTIFICATE_WINDOWS_PFX }}
- name: Setup LXD
if: matrix.os == 'ubuntu-latest' && startsWith(github.ref, 'refs/tags/')
uses: canonical/setup-lxd
- name: Install Snapcraft
if: matrix.os == 'ubuntu-latest' && startsWith(github.ref, 'refs/tags/')
uses: samuelmeuli/action-snapcraft@v2
Expand Down

0 comments on commit cf3dd6a

Please sign in to comment.