Skip to content

Commit

Permalink
package with version name
Browse files Browse the repository at this point in the history
  • Loading branch information
acgotaku committed May 22, 2022
1 parent e48efe6 commit 8c995fe
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 @@ -43,11 +43,11 @@ jobs:

- name: Package 115
run: |
python /tmp/CRX3-Creator/main.py -o 115.crx -pem /tmp/chrome.pem dist
python /tmp/CRX3-Creator/main.py -o 115-${{ github.ref_name }}.crx -pem /tmp/chrome.pem dist
- name: Create release
uses: ncipollo/release-action@v1
with:
artifacts: "115.crx"
artifacts: 115-${{ github.ref_name }}.crx
tag: ${{ github.ref_name }}
name: Release ${{ github.ref_name }}

0 comments on commit 8c995fe

Please sign in to comment.