Skip to content

Commit

Permalink
Merge pull request #86 from jjcomer/add-redis-tls
Browse files Browse the repository at this point in the history
Temp fix to resolve the build
  • Loading branch information
jjcomer authored Feb 22, 2024
2 parents 353100e + 3a06b4e commit 643a37e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,16 @@ jobs:
with:
key: ${{ matrix.target }}
- name: Archive Release
continue-on-error: true
uses: taiki-e/upload-rust-binary-action@v1
with:
bin: hogan
target: ${{ matrix.target }}
env:
# (required) GitHub token for creating GitHub Releases.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Archive Release
continue-on-error: true
uses: taiki-e/upload-rust-binary-action@v1
with:
bin: hogan
Expand Down

0 comments on commit 643a37e

Please sign in to comment.