Commit 4117158 1 parent 8713c82 commit 4117158 Copy full SHA for 4117158
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ jobs:
32
32
pwd;
33
33
ls -l;
34
34
ls -l target;
35
- cp target/AetherOnePi-1.3.6 .jar aetherOnePi/beta/release/;
35
+ cp target/AetherOnePi-1.3.7 .jar aetherOnePi/beta/release/;
36
36
cp backgrounds/*.jpg aetherOnePi/beta/release/backgrounds/;
37
37
cp data_images/IMAGE_CHAKRAS/*.* aetherOnePi/beta/release/data_images/IMAGE_CHAKRAS/;
38
38
cp data_images/IMAGE_AURAS/*.* aetherOnePi/beta/release/data_images/IMAGE_AURAS/;
39
39
cp processing/HotbitsFromWebCam/HotbitsFromWebCam.pde aetherOnePi/beta/release/processing/HotbitsFromWebCam/;
40
40
cp start*.bat aetherOnePi/beta/release/;
41
41
- uses : actions/upload-artifact@master
42
42
with :
43
- name : AetherOnePi-1.3.6
43
+ name : AetherOnePi-1.3.7
44
44
path : aetherOnePi/beta/release
Original file line number Diff line number Diff line change 1
- call java -jar AetherOnePi-1.3.6 .jar
1
+ call java -jar AetherOnePi-1.3.7 .jar
2
2
rem pause
You can’t perform that action at this time.
0 commit comments