@@ -6,13 +6,13 @@ name: nightly-linux64
6
6
# pull_request:
7
7
# paths-ignore:
8
8
# - '**/README.md'
9
- # on:
10
- # workflow_dispatch:
11
- # inputs:
12
- # release:
13
- # description: 'release'
14
- # required: true
15
- # default: 'nightly'
9
+ on :
10
+ workflow_dispatch :
11
+ inputs :
12
+ release :
13
+ description : ' release'
14
+ required : true
15
+ default : ' nightly'
16
16
concurrency :
17
17
group : ${{ github.workflow }}-${{ github.ref }}
18
18
cancel-in-progress : true
@@ -60,21 +60,21 @@ jobs:
60
60
id : createpackage
61
61
- name : List output directory
62
62
run : ls -lah out/
63
- - name : Test Artefact zip
64
- run : |
65
- tar -cjf out/mega_artefact.tar.bz2 -C out $(echo ${{ steps.createpackage.outputs.FILES_OUT }} | tr ' ' '\n' | sed 's|^out/||')
66
- - name : Upload binaries as Artefact
67
- uses : actions/upload-artifact@v4
68
- with :
69
- name : openFrameworks-all-artefact-${{ env.TARGET }}-${{ matrix.bundle }}
70
- path : out/mega_artefact.tar.bz2
71
- retention-days : 1
72
- # - name: Update Release
73
- # uses: IsaacShelton/update-existing-release@v1.3.4
74
- # with:
75
- # token: ${{ secrets.GITHUB_TOKEN }}
76
- # tag: nightly
77
- # release: nightly
78
- # prerelease: false
79
- # replace: true
80
- # files: ${{ steps.createpackage.outputs.FILES_OUT }}
63
+ # - name: Test Artefact zip
64
+ # run: |
65
+ # tar -cjf out/mega_artefact.tar.bz2 -C out $(echo ${{ steps.createpackage.outputs.FILES_OUT }} | tr ' ' '\n' | sed 's|^out/||')
66
+ # - name: Upload binaries as Artefact
67
+ # uses: actions/upload-artifact@v4
68
+ # with:
69
+ # name: openFrameworks-all-artefact-${{ env.TARGET }}-${{ matrix.bundle }}
70
+ # path: out/mega_artefact.tar.bz2
71
+ # retention-days: 1
72
+ - name : Update Release
73
+ uses : IsaacShelton/update-existing-release@v1.3.4
74
+ with :
75
+ token : ${{ secrets.GITHUB_TOKEN }}
76
+ tag : nightly
77
+ release : nightly
78
+ prerelease : false
79
+ replace : true
80
+ files : ${{ steps.createpackage.outputs.FILES_OUT }}
0 commit comments