Skip to content

Commit

Permalink
Fix typo in release build file (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexodessa authored Nov 18, 2024
1 parent 63cbbca commit ba15d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
- name: Upload Release
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.ref_name == 'master' ? 'latest' : github.ref_name }}
tag_name: ${{ github.ref_name == 'master' && 'latest' || github.ref_name }}
files: PixelPilot.apk

0 comments on commit ba15d56

Please sign in to comment.