Skip to content

Commit

Permalink
ci: use outputs on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jiro4989 committed Jan 14, 2025
1 parent 02f7694 commit cc24cc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,9 @@ jobs:
keep_ownership: true
homepage: 'https://github.com/jiro4989/build-deb-action'
section: 'unknown'
id: build
- name: Install deb package
run: sudo dpkg -i ./*.deb
run: sudo dpkg -i ${{ steps.build.outputs.file_name }}
- name: Print deb package information
run: dpkg -I ./*.deb
- name: Print installed command path
Expand Down

0 comments on commit cc24cc8

Please sign in to comment.