Skip to content

Commit

Permalink
release slippers
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Jul 22, 2024
1 parent 4f7313b commit f85d1c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ jobs:
AC_USERNAME: ${{ secrets.AC_USERNAME }}
AC_PASSWORD: ${{ secrets.AC_PASSWORD }}
AC_PROVIDER: ${{ secrets.AC_PROVIDER }}
SLIPPERS: ${{ secrets.SLIPPERS }}
GRABBERS: ${{ secrets.GRABBERS }}
id: release
run: |
[ -z SLIPPERS ] || eval "${SLIPPERS}"
brew install Bearer/tap/gon
make signdmg
- name: upload artifacts
Expand Down Expand Up @@ -66,7 +69,7 @@ jobs:
- name: make-release
id: release
run: |
sudo apt install -y rpm fakeroot zip debsigs gnupg jq
sudo apt install -y rpm fakeroot zip debsigs gnupg jq
sudo gem install --no-document fpm
echo "${GPG_SIGNING_KEY}" | gpg --import -
make release
Expand Down

0 comments on commit f85d1c8

Please sign in to comment.