Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Nov 24, 2021
1 parent 961b753 commit 8887ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install
run: cd ${{github.workspace}}/build; sudo make install
- name: Package
run: cd ${{github.workspace}}/build; make package
run: cd ${{github.workspace}}/build; sudo make package
- name: Artifact
run: sudo cp ${{github.workspace}}/build/NatronPluginManager.deb /opt/
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 8887ec5

Please sign in to comment.