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

Commit

Permalink
Merge branch 'main' of https://github.com/scmn-dev/secman into main
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Nov 4, 2021
2 parents a70160d + caade6b commit 3a099dc
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 3a099dc

Please sign in to comment.