Skip to content

Commit

Permalink
Merge pull request #152 from kraanzu/develop
Browse files Browse the repository at this point in the history
fix: avoid overwriting published names
  • Loading branch information
kraanzu authored Oct 19, 2023
2 parents 102af9e + 2d37ac3 commit 6ed163a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
name: linux-dooit
files: ./dist/linux-dooit

macOS-build:
Expand Down Expand Up @@ -100,5 +99,4 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
name: mac-dooit
files: ./dist/macos-dooit

0 comments on commit 6ed163a

Please sign in to comment.