We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63cbbca commit ba15d56Copy full SHA for ba15d56
.github/workflows/build.yml
@@ -42,5 +42,5 @@ jobs:
42
- name: Upload Release
43
uses: softprops/action-gh-release@v2
44
with:
45
- tag_name: ${{ github.ref_name == 'master' ? 'latest' : github.ref_name }}
+ tag_name: ${{ github.ref_name == 'master' && 'latest' || github.ref_name }}
46
files: PixelPilot.apk
0 commit comments