File tree Expand file tree Collapse file tree 1 file changed +18
-15
lines changed
Expand file tree Collapse file tree 1 file changed +18
-15
lines changed Original file line number Diff line number Diff line change 3232 node-version : 14
3333
3434 - name : Setup Linux Dependencies
35- if : startsWith(matrix.os, " ubuntu" )
35+ if : startsWith(matrix.os, ' ubuntu' )
3636 run : |
37- sudo apt-get upgrade
37+ sudo apt-get update
3838 sudo apt-get install -y software-properties-common libx11-dev libxtst-dev libxt-dev libx11-xcb-dev libxkbcommon-dev libxkbcommon-x11-dev xorg-dev libxcb-xkb-dev libxkbfile-dev libxinerama-dev
3939
4040 - name : Patch and Install Packages
5050 env :
5151 ARCH : ${{ matrix.arch }}
5252
53- - uses : actions/upload-artifact@v3
53+ - name : Store Artifacts
54+ uses : actions/upload-artifact@v3
5455 with :
5556 name : builds
5657 path : iohook/prebuilds/
@@ -63,19 +64,21 @@ jobs:
6364 permissions :
6465 contents : write
6566 steps :
66- - uses : actions/download-artifact@v3
67+ - name : Pull Artifacts
68+ uses : actions/download-artifact@v3
6769 with :
6870 name : builds
6971 path : builds
7072
71- - uses : ncipollo/release-action@v1
72- with :
73- token : ${{ secrets.GITHUB_TOKEN }}
74- tag : " ci"
75- name : " CI"
76- body : " CI Build"
77- commit : " main"
78- allowUpdates : true
79- artifacts : " builds/*"
80- draft : false
81- prerelease : true
73+ - name : Create Release
74+ uses : ncipollo/release-action@v1
75+ with :
76+ token : ${{ secrets.GITHUB_TOKEN }}
77+ tag : " ci"
78+ name : " CI"
79+ body : " CI Build"
80+ commit : " main"
81+ allowUpdates : true
82+ artifacts : " builds/*"
83+ draft : false
84+ prerelease : true
You can’t perform that action at this time.
0 commit comments