Skip to content

Commit

Permalink
Update release_cli.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ScanMountGoat authored Dec 18, 2023
1 parent ade3aa0 commit 0d35566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Sign Binary
run: codesign -s - target/${{matrix.target}}/release/ultimate_tex_cli
- name: Create Release Zip
run: zip ultimate_tex_cli_macos_${{matrix.desc}}.zip target/${{matrix.target}}/release/ultimate_tex_cli
run: zip -j ultimate_tex_cli_macos_${{matrix.desc}}.zip target/${{matrix.target}}/release/ultimate_tex_cli
- name: Upload Zip
uses: actions/upload-artifact@v3
with:
Expand All @@ -72,7 +72,7 @@ jobs:
- name: Build
run: cargo build -p ultimate_tex_cli --release
- name: Create Zip
run: zip ultimate_tex_cli_linux_x64.zip target/release/ultimate_tex_cli
run: zip -j ultimate_tex_cli_linux_x64.zip target/release/ultimate_tex_cli
- name: Upload Zip
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 0d35566

Please sign in to comment.