Skip to content

Commit

Permalink
maybe fix ci syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
fiws committed Apr 23, 2023
1 parent ffa02bf commit 6657506
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tag.yml
Expand Up @@ -31,10 +31,10 @@ jobs:
env:
SIGNCODE_CERT: ${{ secrets.SIGNCODE_CERT }}
SIGNCODE_KEY: ${{ secrets.SIGNCODE_KEY }}
run:
- mkdir -p ./.tmp
- echo ${{ secrets.SIGNCODE_CERT }} > ./.tmp/cert.cert
- echo ${{ secrets.SIGNCODE_KEY }} > ./.tmp/key.pem
run: |
mkdir -p ./.tmp
echo ${{ secrets.SIGNCODE_CERT }} > ./.tmp/cert.cert
echo ${{ secrets.SIGNCODE_KEY }} > ./.tmp/key.pem
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
env:
Expand Down

0 comments on commit 6657506

Please sign in to comment.