attempt to fix github actions
This commit is contained in:
parent
fd4f13e4a7
commit
86faa0659a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
- name: Build
|
||||
run: cargo build --verbose --release
|
||||
- name: Publish
|
||||
uses: skx/github-actions-publish-binaries@master
|
||||
uses: skx/github-action-publish-binaries@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
@ -33,7 +33,7 @@ jobs:
|
|||
- name: Build
|
||||
run: mv target/release/qft target/release/qft-mac
|
||||
- name: Publish
|
||||
uses: skx/github-actions-publish-binaries@master
|
||||
uses: skx/github-action-publish-binaries@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
@ -47,7 +47,7 @@ jobs:
|
|||
- name: Build
|
||||
run: cargo build --verbose --release
|
||||
- name: Publish
|
||||
uses: skx/github-actions-publish-binaries@master
|
||||
uses: skx/github-action-publish-binaries@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue