Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jun 25, 2024
1 parent 52cb271 commit a52e116
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@ on:
required: false
discord_webhook_token:
required: false
macos_sign_p12:
required: false
macos_sign_password:
required: false
macos_notary_key:
required: false
macos_notary_key_id:
required: false
macos_notary_issuer_id:
required: false

jobs:
release:
Expand Down Expand Up @@ -130,6 +140,12 @@ jobs:
MASTODON_ACCESS_TOKEN: ${{ secrets.mastodon_access_token }}
DISCORD_WEBHOOK_ID: ${{ secrets.discord_webhook_id }}
DISCORD_WEBHOOK_TOKEN: ${{ secrets.discord_webhook_token }}
MACOS_SIGN_P12: ${{ secrets.macos_sign_p12 }}
MACOS_SIGN_PASSWORD: ${{ secrets.macos_sign_password }}
MACOS_NOTARY_ISSUER_ID: ${{ secrets.macos_notary_issuer_id }}
MACOS_NOTARY_KEY_ID: ${{ secrets.macos_notary_key_id }}
MACOS_NOTARY_KEY: ${{ secrets.macos_notary_key }}

- uses: actions/upload-artifact@v4
if: ${{ inputs.upload_artifact == true && always() }}
with:
Expand Down

0 comments on commit a52e116

Please sign in to comment.