Skip to content

Commit

Permalink
🧪 ci config mini correction (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonovk authored Jan 20, 2024
1 parent b5df7eb commit 0d93ca6
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ jobs:
- uses: actions/checkout@v4
- uses: taiki-e/create-gh-release-action@v1
with:
# # (optional)
# changelog: CHANGELOG.md
# (required)
token: ${{ secrets.GITHUB_TOKEN }}

upload-assets:
Expand All @@ -27,8 +24,6 @@ jobs:
include:
- target: aarch64-apple-darwin
os: macos-latest
# - target: x86_64-unknown-linux-gnu
# os: ubuntu-latest
- target: x86_64-unknown-linux-gnu
os: ubuntu-20.04
- target: x86_64-apple-darwin
Expand All @@ -54,10 +49,6 @@ jobs:
if: contains(matrix.os, 'ubuntu')
- uses: taiki-e/upload-rust-binary-action@v1
with:
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
# Note that glob pattern is not supported yet.
bin: minicode
# (optional) Target triple, default is host triple.
target: ${{ matrix.target }}
# (required) GitHub token for uploading assets to GitHub Releases.
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0d93ca6

Please sign in to comment.