Skip to content

Commit aa28279

Browse files
authored
Merge pull request #164 from gvanuxem/ci-upload
Update CI to upload binary packages
2 parents c5576d9 + cce83c7 commit aa28279

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/ci.yaml

+14
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,20 @@ jobs:
1414
- name: build
1515
run: dpkg-buildpackage -b -us -uc
1616

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+
1731
# build-macos:
1832
# runs-on: macos-10.15
1933

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Aldor CI](https://github.com/gvanuxem/aldor/actions/workflows/ci.yaml/badge.svg)](https://github.com/gvanuxem/aldor/actions/workflows/ci.yaml)
2+
13
The Aldor Programming Language
24
==============================
35

0 commit comments

Comments
 (0)