File tree 3 files changed +8
-44
lines changed
3 files changed +8
-44
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,22 @@ jobs:
13
13
strategy :
14
14
matrix :
15
15
include :
16
+ - os : ubuntu-24.04
17
+ TARGET : ubuntu-24.04
18
+ CMD_BUILD : >
19
+ pyinstaller --noconfirm build-executables/dc-build-ubuntu.spec && cd dist && tar -czf ../decode-config-ubuntu-24.04.tar.gz decode-config
20
+ OUT_FILE_NAME : decode-config-ubuntu-24.04.tar.gz
21
+ ASSET_MIME : application/x-gzip
16
22
- os : ubuntu-22.04
17
23
TARGET : ubuntu-22.04
18
24
CMD_BUILD : >
19
- pyinstaller --noconfirm build-executables/dc-build-ubuntu-22.04 .spec && cd dist && tar -czf ../decode-config-ubuntu-22.04.tar.gz decode-config
25
+ pyinstaller --noconfirm build-executables/dc-build-ubuntu.spec && cd dist && tar -czf ../decode-config-ubuntu-22.04.tar.gz decode-config
20
26
OUT_FILE_NAME : decode-config-ubuntu-22.04.tar.gz
21
27
ASSET_MIME : application/x-gzip
22
28
- os : ubuntu-20.04
23
29
TARGET : ubuntu-20.04
24
30
CMD_BUILD : >
25
- pyinstaller --noconfirm build-executables/dc-build-ubuntu-20.04 .spec && cd dist && tar -czf ../decode-config-ubuntu-20.04.tar.gz decode-config
31
+ pyinstaller --noconfirm build-executables/dc-build-ubuntu.spec && cd dist && tar -czf ../decode-config-ubuntu-20.04.tar.gz decode-config
26
32
OUT_FILE_NAME : decode-config-ubuntu-20.04.tar.gz
27
33
ASSET_MIME : application/x-gzip
28
34
- os : macos-12
Load Diff This file was deleted.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments