diff --git a/.github/workflows/nightly-linux64.yml b/.github/workflows/nightly-linux64.yml index 7aaa31fd47b..84c440e8361 100644 --- a/.github/workflows/nightly-linux64.yml +++ b/.github/workflows/nightly-linux64.yml @@ -6,13 +6,13 @@ name: nightly-linux64 # pull_request: # paths-ignore: # - '**/README.md' -# on: -# workflow_dispatch: -# inputs: -# release: -# description: 'release' -# required: true -# default: 'nightly' + on: + workflow_dispatch: + inputs: + release: + description: 'release' + required: true + default: 'nightly' concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true @@ -60,21 +60,21 @@ jobs: id: createpackage - name: List output directory run: ls -lah out/ - - name: Test Artefact zip - run: | - tar -cjf out/mega_artefact.tar.bz2 -C out $(echo ${{ steps.createpackage.outputs.FILES_OUT }} | tr ' ' '\n' | sed 's|^out/||') - - name: Upload binaries as Artefact - uses: actions/upload-artifact@v4 - with: - name: openFrameworks-all-artefact-${{ env.TARGET }}-${{ matrix.bundle }} - path: out/mega_artefact.tar.bz2 - retention-days: 1 - # - name: Update Release - # uses: IsaacShelton/update-existing-release@v1.3.4 - # with: - # token: ${{ secrets.GITHUB_TOKEN }} - # tag: nightly - # release: nightly - # prerelease: false - # replace: true - # files: ${{ steps.createpackage.outputs.FILES_OUT }} +# - name: Test Artefact zip +# run: | +# tar -cjf out/mega_artefact.tar.bz2 -C out $(echo ${{ steps.createpackage.outputs.FILES_OUT }} | tr ' ' '\n' | sed 's|^out/||') +# - name: Upload binaries as Artefact +# uses: actions/upload-artifact@v4 +# with: +# name: openFrameworks-all-artefact-${{ env.TARGET }}-${{ matrix.bundle }} +# path: out/mega_artefact.tar.bz2 +# retention-days: 1 + - name: Update Release + uses: IsaacShelton/update-existing-release@v1.3.4 + with: + token: ${{ secrets.GITHUB_TOKEN }} + tag: nightly + release: nightly + prerelease: false + replace: true + files: ${{ steps.createpackage.outputs.FILES_OUT }}