We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e6bfd4 commit 5dcfde6Copy full SHA for 5dcfde6
.github/workflows/deploy.yml
@@ -33,16 +33,10 @@ jobs:
33
. env.sh
34
./build.sh --all x86_64
35
36
- - name: Archive (with Irrlicht)
+ - name: Archive
37
run: |
38
shopt -s extglob
39
- cd deps && zip -9r ../deps.zip -- */!(PNG|JPEG)
40
- ls -lh ../deps.zip
41
-
42
- - name: Archive (without Irrlicht)
43
- run: |
44
- shopt -s extglob
45
- cd deps && zip -9r ../deps-lite.zip -- */!(Irrlicht)
+ cd deps && zip -9r ../deps-lite.zip -- */
46
ls -lh ../deps-lite.zip
47
48
- name: Upload and tag
@@ -51,6 +45,5 @@ jobs:
51
token: ${{ secrets.GITHUB_TOKEN }}
52
tag: 'latest'
53
files: |
54
- deps.zip
55
deps-lite.zip
56
49
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
scripts/Irrlicht.sh
0 commit comments