Skip to content

Commit

Permalink
ci/cd: Attempting automatic release
Browse files Browse the repository at this point in the history
  • Loading branch information
realkarmakun committed Jul 13, 2024
1 parent 621b880 commit 617425f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,10 @@ jobs:
- name: Upload
run: mv "target/${{ matrix.target }}/release/pterocli" "output/pterocli_${{ matrix.target }}" || mv "target/${{ matrix.target }}/release/pterocli.exe" "output/pterocli_${{ matrix.target }}.exe"

with:
name: pterocli-${{ matrix.target }}
path: |
target/${{ matrix.target }}/release/pterocli.exe
target/${{ matrix.target }}/release/pterocli
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
prerelease: true
files: |
output/pterocli*

0 comments on commit 617425f

Please sign in to comment.