fix: update artifact upload path to only include zip files in dist directory
All checks were successful
CI / build-and-publish (push) Successful in 9s
All checks were successful
CI / build-and-publish (push) Successful in 9s
This commit is contained in:
@@ -53,7 +53,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: web-ext-build
|
||||
path: dist/**
|
||||
path: dist/*.zip
|
||||
|
||||
- name: Publish to Mozilla Add-ons
|
||||
if: github.event_name == 'push' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master')
|
||||
|
||||
@@ -29,7 +29,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: web-ext-build
|
||||
path: dist/**
|
||||
path: dist/*.zip
|
||||
|
||||
- name: Push changes
|
||||
if: github.event_name == 'push'
|
||||
|
||||
Reference in New Issue
Block a user