File tree 2 files changed +16
-0
lines changed
2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 14
14
- name : build
15
15
run : dpkg-buildpackage -b -us -uc
16
16
17
+ - name : Create artifact archives
18
+ run : |
19
+ cd debian && rm -rf aldor/DEBIAN && tar zcf aldor-linux-x86_64-${{ github.sha }}.tar.gz aldor/
20
+ mv aldor-linux-x86_64-${{ github.sha }}.tar.gz ../
21
+ mv ../../aldor_1.3.0+20190802_amd64.deb ../
22
+
23
+ - name : Upload Linux binaries
24
+ uses : actions/upload-artifact@v4
25
+ with :
26
+ name : aldor-linux-x86_64-binary
27
+ path : |
28
+ aldor-linux-x86_64-${{ github.sha }}.tar.gz
29
+ aldor_1.3.0+20190802_amd64.deb
30
+
17
31
# build-macos:
18
32
# runs-on: macos-10.15
19
33
Original file line number Diff line number Diff line change
1
+ [ ![ Aldor CI] ( https://github.com/gvanuxem/aldor/actions/workflows/ci.yaml/badge.svg )] ( https://github.com/gvanuxem/aldor/actions/workflows/ci.yaml )
2
+
1
3
The Aldor Programming Language
2
4
==============================
3
5
You can’t perform that action at this time.
0 commit comments