Skip to content

Commit

Permalink
Update ci.yml (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibigbug authored Sep 18, 2023
1 parent 7254e7c commit c94563a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,11 @@ jobs:
steps:
- name: Create Release
id: create_release
uses: actions/create-release@v1.1.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: marvinpinto/action-automatic-releases@latest"
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false
- name: Output Release URL File
run: echo "${{ steps.create_release.outputs.upload_url }}" > release_url.txt
- name: Save Release URL File for publish
Expand Down Expand Up @@ -65,6 +62,7 @@ jobs:
- name: Load Release URL File from release job
uses: actions/download-artifact@v3
with:
path: release_url
name: release_url
- name: Build
run: CARGO_BAZEL_ISOLATED=0 CARGO_BAZEL_REPIN=true bazel build --strip=always //clash/...
Expand Down

0 comments on commit c94563a

Please sign in to comment.