We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
npm pack
1 parent 944dbf1 commit 7d32079Copy full SHA for 7d32079
.github/workflows/release.yml
@@ -24,19 +24,12 @@ jobs:
24
- name: Build package
25
run: npm run build
26
27
- - name: Gather assets
28
- id: assets
29
- run: |
30
- LIB_FILES="lib/**/*.* package.json"
31
- echo "::set-output name=lib_files::$LIB_FILES"
32
-
33
- name: Create release tarball
34
id: create_tarball
35
36
- tar -czvf ${{ github.ref_name }}.tgz ${{ steps.assets.outputs.lib_files }}
+ run: npm pack
37
38
- name: Release
39
uses: softprops/action-gh-release@v2
40
with:
41
files: |
42
- ${{ github.ref_name }}.tgz
+ wext-manifest-loader-${{ github.ref_name }}.tgz
0 commit comments