Karan Gauswami
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
2 deletions
-
.github/workflows/publish.yml
|
|
@ -32,7 +32,7 @@ jobs: |
|
|
|
asset_name: sthp-macos |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@v1 |
|
|
|
- uses: actions/checkout@v4 |
|
|
|
|
|
|
|
- uses: actions-rs/toolchain@v1 |
|
|
|
with: |
|
|
@ -43,7 +43,7 @@ jobs: |
|
|
|
run: cargo build --release --locked |
|
|
|
|
|
|
|
- name: Upload binaries to release |
|
|
|
uses: svenstaro/upload-release-action@v1-release |
|
|
|
uses: svenstaro/upload-release-action@v2 |
|
|
|
with: |
|
|
|
repo_token: ${{ secrets.TOKEN_FOR_RELEASE }} |
|
|
|
file: target/release/${{ matrix.artifact_name }} |
|
|
|