Skip to content

Commit

Permalink
Merge pull request #47 from VolumeGraphics/fix-release-workflow
Browse files Browse the repository at this point in the history
fix rust version in release workflow
  • Loading branch information
rohdealx committed Feb 19, 2024
2 parents c29a2a1 + 27229c8 commit 5a35c55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ jobs:
- target: x86_64-apple-darwin
archive: zip
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- name: Compile and release
uses: rust-build/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
TOOLCHAIN_VERSION: stable
RUSTTARGET: ${{ matrix.target }}
ARCHIVE_TYPES: ${{ matrix.archive }}
EXTRA_FILES: "README.md LICENSE config_scheme.json"

0 comments on commit 5a35c55

Please sign in to comment.