1
0
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:
2022-09-06 19:50:37 +00:00
committed by GitHub
parent c01773f9ff
commit 928ec924c0
+3
View File
@@ -49,6 +49,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: 'Build'
path: Build
- name: Build Extension for Firefox
id: web-ext-build
@@ -92,6 +93,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: 'Build'
path: Build
- name: Pack extension
uses: TheDoctor0/zip-release@0.6.2
@@ -133,6 +135,7 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: 'Build'
path: Build
- name: Pack extension
uses: TheDoctor0/zip-release@0.6.2