Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Dec 16, 2024
1 parent 51e17bd commit ba8346a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,11 @@ jobs:
target: ${{ matrix.target }}
args: --release --locked

- name: Publish artifacts and release
uses: houseabsolute/actions-rust-release@v0
with:
executable-name: gping
target: ${{ matrix.platform.target }}


# - name: Publish artifacts and release
# uses: houseabsolute/actions-rust-release@v0
# with:
# executable-name: gping
# target: ${{ matrix.platform.target }}

- name: Package
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit ba8346a

Please sign in to comment.