mirror of
https://github.com/Egor00f/kolibrios-gcc-toolchain.git
synced 2024-11-21 17:03:48 +01:00
fix upload package
This commit is contained in:
parent
87c29daf9e
commit
3dc15f3597
11
.github/workflows/test.yml
vendored
11
.github/workflows/test.yml
vendored
@ -76,6 +76,12 @@ jobs:
|
||||
run: |
|
||||
cmake -B ${{ github.workspace }}/build
|
||||
cmake --build ${{ github.workspace }}/build --target Package
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
# Upload entire repository
|
||||
path: './build'
|
||||
|
||||
- name: Install package
|
||||
run: sudo apt install ${{ github.workspace }}/build/package.deb
|
||||
@ -91,8 +97,3 @@ 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'
|
||||
|
Loading…
Reference in New Issue
Block a user