Skip to content

Commit

Permalink
workflows: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Oct 1, 2024
1 parent 33f1a08 commit 70943b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-umu-ubuntu-noble.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ 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
Expand Down

0 comments on commit 70943b2

Please sign in to comment.