Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cn-kali-team committed Sep 27, 2024
1 parent a872c19 commit cfef88e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/default-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,11 @@ jobs:
target: x86_64-unknown-linux-musl
- name: Build release binary
run: cargo install --git https://github.com/getzola/zola.git --features=indexing-zh
- name: Build archive
shell: bash
run: |
bin_file="~/.cargo/bin/zola"
echo "BIN_FILE=$bin_file" >> $GITHUB_ENV
- name: Upload binary to release
uses: svenstaro/upload-release-action@v1-release
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ env.BIN_FILE }}
file: /home/runner/.cargo/bin/zola
asset_name: zola
tag: default
overwrite: true
23 changes: 0 additions & 23 deletions .github/workflows/deploy.yml

This file was deleted.

0 comments on commit cfef88e

Please sign in to comment.