Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
update secman deb file version and path
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx authored Nov 4, 2021
1 parent 0c12ea3 commit caade6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Build
run: |
sudo yarn pack:deb
sudo mv ./dist/deb/secman_6.0.0-1_amd64.deb ./dist/deb/secman_v6.0.0_amd64.deb
sudo mv ./dist/deb/secman_6.0.2-1_amd64.deb ./dist/deb/secman_v6.0.2_amd64.deb
- name: Upload It
uses: softprops/action-gh-release@v1
with:
files: ./dist/deb/secman_v6.0.0_amd64.deb
files: ./dist/deb/secman_v6.0.2_amd64.deb

0 comments on commit caade6b

Please sign in to comment.