File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 6
6
jobs :
7
7
build-nodejs-deb :
8
8
runs-on : ubuntu-latest
9
+ container :
10
+ image : debian:latest
11
+
9
12
steps :
10
13
- name : Checkout code
11
14
uses : actions/checkout@v2
26
29
uses : marvinpinto/action-automatic-releases@latest
27
30
with :
28
31
repo_token : " ${{ secrets.GITHUB_TOKEN }}"
29
- automatic_release_tag : " 2.7 "
32
+ automatic_release_tag : " latest "
30
33
prerelease : false
31
- title : " Latest Build 2.7 "
34
+ title : " Latest Build"
32
35
files : |
33
36
*.deb
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ mkdir scrcpy/usr
16
16
cp -r share scrcpy/usr/
17
17
18
18
# copy scrcpy binary
19
- mkdir scrcpy/bin
20
- cp scrcpy-git/build-auto/app/scrcpy scrcpy/bin/
19
+ mkdir scrcpy/usr/ bin
20
+ cp scrcpy-git/build-auto/app/scrcpy scrcpy/usr/ bin/
21
21
22
22
# copy scrcpy server file
23
23
mkdir -p scrcpy/usr/local/share/scrcpy/
You can’t perform that action at this time.
0 commit comments