Skip to content

Commit

Permalink
correct file released
Browse files Browse the repository at this point in the history
  • Loading branch information
lacraig2 committed Feb 16, 2024
1 parent e683550 commit 760adc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ jobs:

- name: Build package
working-directory: .
run: mkdir build && cd build && cmake -GNinja .. && ninja
run: mkdir build && cd build && cmake -GNinja .. && ninja && ninja package

- name: Upload to release
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.create_release.outputs.upload_url }}
asset_path: build/libosi.so
asset_path: build/libosi-0.1.1-Linux.deb
asset_name: libosi_${{ matrix.ubuntu_version }}.deb
asset_content_type: application/vnd.debian.binary-package

0 comments on commit 760adc7

Please sign in to comment.