Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Jul 16, 2023
1 parent 14bd00e commit d59ab3d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/night.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ jobs:

- name: (VERIFY) Verify signature
run: |
curl https://vintner.opentosca.org/vintner-release.gpg | gpg --import
wget https://github.com/opentosca/opentosca-vintner/releases/download/latest/vintner-linux-x64.xz
wget https://github.com/opentosca/opentosca-vintner/releases/download/latest/vintner-linux-x64.asc
tar -xf vintner-linux-x64.xz
curl https://vintner.opentosca.org/vintner-release.gpg | gpg --import
wget https://github.com/opentosca/opentosca-vintner/releases/download/latest/vintner-linux-x64.asc
gpg --verify vintner-linux-x64.asc
rm vintner-linux-x64.xz.asc
rm vintner-linux-x64.xz
rm vintner-linux-x64.asc

0 comments on commit d59ab3d

Please sign in to comment.