Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chayleaf committed Jul 5, 2023
1 parent 29dc4e1 commit 5ae54fd
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: rs-action
uses: chayleaf/rs-actions@71c60c88e19986ef8e659791af4f22f0d8f24540
uses: chayleaf/rs-actions@v1.0.0
with:
publish-release: true
build-win32:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: rs-action
uses: chayleaf/rs-actions@71c60c88e19986ef8e659791af4f22f0d8f24540
with:
publish-release: true
build-darwin:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: rs-action
uses: chayleaf/rs-actions@71c60c88e19986ef8e659791af4f22f0d8f24540
with:
target: x86_64-apple-darwin
publish-release: true


0 comments on commit 5ae54fd

Please sign in to comment.