Skip to content

Commit

Permalink
fix: 更新release.yml以支持打linux arm64包
Browse files Browse the repository at this point in the history
  • Loading branch information
heqingpan committed Apr 2, 2024
1 parent 1a3c135 commit 76cd5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Archive binary
run: |
cp doc/conf/.env.example target/${{ matrix.platform.target }}/release/.env
tar czvf target/release/rnacos-${{ matrix.platform.target }}.tar.gz -C target/${{ matrix.platform.target }}/release rnacos .env
tar czvf rnacos-${{ matrix.platform.target }}.tar.gz -C target/${{ matrix.platform.target }}/release rnacos .env
- name: Upload binary artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 76cd5be

Please sign in to comment.