mirror of
https://github.com/XFox111/PasswordGeneratorExtension.git
synced 2026-04-22 08:08:01 +03:00
Fixed download-artifact task
This commit is contained in:
@@ -49,6 +49,7 @@ jobs:
|
|||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: 'Build'
|
name: 'Build'
|
||||||
|
path: Build
|
||||||
|
|
||||||
- name: Build Extension for Firefox
|
- name: Build Extension for Firefox
|
||||||
id: web-ext-build
|
id: web-ext-build
|
||||||
@@ -92,6 +93,7 @@ jobs:
|
|||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: 'Build'
|
name: 'Build'
|
||||||
|
path: Build
|
||||||
|
|
||||||
- name: Pack extension
|
- name: Pack extension
|
||||||
uses: TheDoctor0/zip-release@0.6.2
|
uses: TheDoctor0/zip-release@0.6.2
|
||||||
@@ -133,6 +135,7 @@ jobs:
|
|||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: 'Build'
|
name: 'Build'
|
||||||
|
path: Build
|
||||||
|
|
||||||
- name: Pack extension
|
- name: Pack extension
|
||||||
uses: TheDoctor0/zip-release@0.6.2
|
uses: TheDoctor0/zip-release@0.6.2
|
||||||
|
|||||||
Reference in New Issue
Block a user