Skip to content

Commit

Permalink
fix upload package
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor00f committed Nov 9, 2024
1 parent 87c29da commit 3dc15f3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'

0 comments on commit 3dc15f3

Please sign in to comment.