diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 9d4d883a..f2f63f53 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -170,10 +170,10 @@ jobs: tag_name: ${{ env.RELEASE }} files: projectGenerator-linux-armv7l-gui.gz - - name: Run latest-tag + - name: Update Latest Tag - DateTime uses: EndBug/latest-tag@latest if: github.repository == 'openframeworks/projectGenerator' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/bleeding') with: ref: nightly description: Latest Always Nightly Builds - force-branch: false + force-branch: true