From 6b074354156e9dd26919c8d271c189a18fdc5afa Mon Sep 17 00:00:00 2001 From: Aren Elchinyan Date: Sun, 19 Nov 2023 09:53:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BF=D1=80=D0=BE=D0=B2=D0=B5=D1=80?= =?UTF-8?q?=D0=BE=D0=BA=20=D0=BD=D0=B0=20=D0=BD=D0=B0=D0=BB=D0=B8=D1=87?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BF=D0=B0=D0=BF=D0=BA=D0=B8=20=D0=B2=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 315269b..fd78c09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,11 +30,11 @@ jobs: - name: save run: | - mkdir -p ${{ github.workspace }}/release - cp ${{ github.workspace }}/kernel.elf ${{ github.workspace }}/release/ - cp ${{ github.workspace }}/bmosp.hdd ${{ github.workspace }}/release/ - cp ${{ github.workspace }}/bmosp.iso ${{ github.workspace }}/release/ - cp ${{ github.workspace }}/LICENSE ${{ github.workspace }}/release/ + mkdir -p ${{ github.workspace }}/rel + cp ${{ github.workspace }}/kernel.elf ${{ github.workspace }}/rel/ + cp ${{ github.workspace }}/bmosp.hdd ${{ github.workspace }}/rel/ + cp ${{ github.workspace }}/bmosp.iso ${{ github.workspace }}/rel/ + cp ${{ github.workspace }}/LICENSE ${{ github.workspace }}/rel/ - uses: actions/upload-artifact@v3 with: @@ -60,7 +60,8 @@ jobs: - name: check run: | - ls -la release + echo ${{ github.workspace }}/rel/ + ls -la ${{ github.workspace }}/rel/ - name: release uses: softprops/action-gh-release@v0.1.15 @@ -69,10 +70,10 @@ jobs: tag_name: autobuild draft: true files: | - ${{ github.workspace }}/release/kernel.elf - ${{ github.workspace }}/release/bmosp.hdd - ${{ github.workspace }}/release/bmosp.iso - ${{ github.workspace }}/release/LICENSE + ${{ github.workspace }}/rel/kernel.elf + ${{ github.workspace }}/rel/bmosp.hdd + ${{ github.workspace }}/rel/bmosp.iso + ${{ github.workspace }}/rel/LICENSE body: | ${{ inputs.test_label }}