Skip to content

Commit

Permalink
ci: remove deno.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jan 8, 2025
1 parent f5a8b0d commit 841e74b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release-for-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
cd ../../../ && rm -rf target
- name: Upload release assets
run: |
rm -rf .fluentci/deno.lock
for ext in tar.gz tar.gz.sha256; do
export FILE=crosup_${{ env.RELEASE_VERSION }}_${{ matrix.target }}.$ext
fluentci run github_pipeline release_upload
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Build
run: fluentci run . build
run: |
rm -rf .fluentci/deno.lock
fluentci run . build
env:
TAG: ${{ env.RELEASE_VERSION }}
TARGET: ${{ matrix.target }}
Expand Down

0 comments on commit 841e74b

Please sign in to comment.