Skip to content

Commit

Permalink
update workflow release
Browse files Browse the repository at this point in the history
  • Loading branch information
heqingpan committed Jun 13, 2024
1 parent 03d84e9 commit 8f288c5
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 @@ -130,7 +130,7 @@ jobs:
- name: Archive binary
run: |
cp doc/conf/.env.example target/${{ matrix.platform.target }}/release/.env
tar czvf ${{ matrix.platform.name }}.tar.gz -C target/${{ matrix.platform.target }}/release rnacos .env
tar czvf ${{ matrix.platform.name }} -C target/${{ matrix.platform.target }}/release rnacos .env
- name: Upload binary artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 8f288c5

Please sign in to comment.