Skip to content

Commit

Permalink
ci: fix ubuntu .deb package build (#196)
Browse files Browse the repository at this point in the history
* workflows: bump upload-artifact

* workflows: fix typo
  • Loading branch information
R1kaB3rN authored Oct 1, 2024
1 parent 5cc1c3f commit 081b45b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-umu-ubuntu-noble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
- name: Build
run: dpkg-buildpackage --no-sign

- name: Move DEB files to upload artifcat path
- name: Move DEB files to upload artifact path
run: mkdir -p results && cp -rvf ../*.deb results/

- name: Upload artifact
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4.0.0
with:
name: Binary DEB files
path: results/
path: results/

0 comments on commit 081b45b

Please sign in to comment.