add upload artifacts of packages && add github actions extension

This commit is contained in:
Егор 2024-11-09 17:21:40 +00:00
parent 0e3f85c0e3
commit 87c29daf9e
3 changed files with 16 additions and 2 deletions

View File

@ -11,7 +11,8 @@
"streetsidesoftware.code-spell-checker",
"streetsidesoftware.code-spell-checker-russian",
"ibm.output-colorizer",
"chouzz.vscode-innosetup"
"chouzz.vscode-innosetup",
"github.vscode-github-actions"
]
}
}

View File

@ -60,6 +60,12 @@ jobs:
cmake -B ${{ github.workspace }}/build
cmake --build ${{ github.workspace }}/build --target Installer
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: './build'
# Test Package
package:
runs-on: ubuntu-latest
@ -84,3 +90,9 @@ jobs:
- name: Remove package
run: sudo apt remove kos32-gcc
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: './build'

View File

@ -3,6 +3,7 @@
"chouzz.vscode-innosetup",
"streetsidesoftware.code-spell-checker",
"streetsidesoftware.code-spell-checker-russian",
"ms-vscode.cmake-tools"
"ms-vscode.cmake-tools",
"github.vscode-github-actions"
]
}