Skip to content

Commit ba15d56

Browse files
authored
Fix typo in release build file (#18)
1 parent 63cbbca commit ba15d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
- name: Upload Release
4343
uses: softprops/action-gh-release@v2
4444
with:
45-
tag_name: ${{ github.ref_name == 'master' ? 'latest' : github.ref_name }}
45+
tag_name: ${{ github.ref_name == 'master' && 'latest' || github.ref_name }}
4646
files: PixelPilot.apk

0 commit comments

Comments
 (0)