Skip to content

Commit

Permalink
Update ci.yml (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibigbug authored Sep 18, 2023
1 parent 6a9f4a6 commit a10338a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,15 @@ jobs:
platform: darwin-amd64
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Load Release URL File from release job
uses: actions/download-artifact@v3
with:
name: release_url
- name: Build
run: CARGO_BAZEL_ISOLATED=0 CARGO_BAZEL_REPIN=true bazel build --strip=always //clash/...
- name: Get Release File Name & Upload URL
- name: Get Release Upload URL
id: get_release_info
run: |
value=`cat release_url/release_url.txt`
Expand Down

0 comments on commit a10338a

Please sign in to comment.