Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilucand committed Oct 24, 2024
1 parent 78c8cde commit 7a98913
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Pack release
shell: bash
run: |
tar cvf "ggcat-${{ matrix.platform.target }}.tar.gz" -C ${{ matrix.platform.target }}/ ggcat
tar cvf "ggcat-${{ matrix.platform.target }}.tar.gz" -C target/${{ matrix.platform.target }}/ ggcat
- name: Publish release
uses: AButler/upload-release-assets@v3.0
with:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Pack release
shell: bash
run: |
tar cvf "ggcat-${{ matrix.platform.target }}.tar.gz" -C ${{ matrix.platform.target }}/ ggcat
tar cvf "ggcat-${{ matrix.platform.target }}.tar.gz" -C target/${{ matrix.platform.target }}/ ggcat
- name: Publish release
uses: AButler/upload-release-assets@v3.0
with:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Pack release
shell: bash
run: |
tar cvf "ggcat-${{ matrix.platform.target }}.tar.gz" -C ${{ matrix.platform.target }}/ ggcat
tar cvf "ggcat-${{ matrix.platform.target }}.tar.gz" -C target/${{ matrix.platform.target }}/ ggcat
- name: Publish release
uses: AButler/upload-release-assets@v3.0
with:
Expand Down

0 comments on commit 7a98913

Please sign in to comment.