We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397e30d commit 2a7de26Copy full SHA for 2a7de26
.github/workflows/build.yml
@@ -114,12 +114,3 @@ jobs:
114
--repo LogFlames/folje \
115
./windows-build-output/Följe.exe ./macos-build-output/Följe.app.zip
116
shell: bash
117
-
118
- - name: Update latest release
119
- env:
120
- GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
121
- run: |
122
- git tag -f latest
123
- git push -f --tags
124
- gh release upload latest ./windows-build-output/Följe.exe ./macos-build-output/Följe.app.zip --clobber --repo LogFlames/folje
125
- shell: bash
0 commit comments