Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
8LWXpg committed Aug 15, 2024
1 parent 94a7ba1 commit fc52c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Run Cargo
run: cargo build --release --target ${{ matrix.target }}

- name: create artifact directory
run: 7z a "ptr-${{ matrix.target }}.zip" README.md LICENSE target/${{ matrix.target }}/release/ptr.exe
- name: Archive
run: 7z a "ptr-${{ matrix.target }}.zip" README.md LICENSE ./target/${{ matrix.target }}/release/ptr.exe

- uses: ncipollo/release-action@v1.14.0
with:
Expand Down

0 comments on commit fc52c82

Please sign in to comment.