Skip to content

Commit

Permalink
- Fix wrong upload file suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
ParticleG committed Nov 4, 2021
1 parent 53b1852 commit 86edeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
name: ${{ needs.get-info.outputs.updateTitle }}
files: Techmino.a${{ needs.get-info.outputs.release }}.macOS.zip
files: Techmino.a${{ needs.get-info.outputs.release }}.macOS.dmg

build-iOS:
runs-on: macos-latest
Expand Down

0 comments on commit 86edeb1

Please sign in to comment.