|
|
@ -23,6 +23,7 @@ jobs:
|
|
|
|
git clone https://github.com/crystal-linux/iso/
|
|
|
|
git clone https://github.com/crystal-linux/iso/
|
|
|
|
cd iso
|
|
|
|
cd iso
|
|
|
|
bash build_iso.sh
|
|
|
|
bash build_iso.sh
|
|
|
|
|
|
|
|
md5sum *.iso > MD5SUMS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Get current date
|
|
|
|
- name: Get current date
|
|
|
@ -32,7 +33,7 @@ jobs:
|
|
|
|
- name: Upload
|
|
|
|
- name: Upload
|
|
|
|
uses: ncipollo/release-action@v1
|
|
|
|
uses: ncipollo/release-action@v1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
artifacts: "iso/*.iso"
|
|
|
|
artifacts: "iso/*.iso,iso/MD5SUMS"
|
|
|
|
token: ${{ secrets.SECRET_TOKEN }}
|
|
|
|
token: ${{ secrets.SECRET_TOKEN }}
|
|
|
|
tag: ${{ steps.date.outputs.date }}
|
|
|
|
tag: ${{ steps.date.outputs.date }}
|
|
|
|
|
|
|
|
|
|
|
|