Добавлено сохранение всех файлов в релизе

This commit is contained in:
Aren Elchinyan 2023-11-18 15:29:14 +03:00
parent 3abb4168be
commit 24b3297754
1 changed files with 9 additions and 1 deletions

View File

@ -28,6 +28,14 @@ jobs:
chmod +x build.sh
./build.sh
- name: save
run: |
mkdir -p release
cp ${{ github.workspace }}/kernel.elf release/
cp ${{ github.workspace }}/bmosp.hdd release/
cp ${{ github.workspace }}/bmosp.iso release/
cp ${{ github.workspace }}/LICENSE release/
- uses: actions/upload-artifact@v3
with:
name: bmosp.hdd
@ -56,7 +64,7 @@ jobs:
name: ${{ inputs.test_label }}
tag_name: autobuild
draft: true
files: '**/*.hdd'
files: '**/release/*'
body: |
${{ inputs.test_label }}