Update push_master.yml
This commit is contained in:
6
.github/workflows/push_master.yml
vendored
6
.github/workflows/push_master.yml
vendored
@@ -58,16 +58,16 @@ jobs:
|
|||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: src
|
name: src
|
||||||
path: ./
|
path: ./data/
|
||||||
- name: Create zip
|
- name: Create zip
|
||||||
uses: ihiroky/archive-action@v1
|
uses: ihiroky/archive-action@v1
|
||||||
with:
|
with:
|
||||||
root_dir: ./
|
root_dir: ./data/
|
||||||
file_path: ipsec_exporter_${{ needs.check.outputs.version }}.zip
|
file_path: ipsec_exporter_${{ needs.check.outputs.version }}.zip
|
||||||
- name: Create tar.gz
|
- name: Create tar.gz
|
||||||
uses: ihiroky/archive-action@v1
|
uses: ihiroky/archive-action@v1
|
||||||
with:
|
with:
|
||||||
root_dir: ./
|
root_dir: ./data/
|
||||||
file_path: ipsec_exporter_${{ needs.check.outputs.version }}.tar.gz
|
file_path: ipsec_exporter_${{ needs.check.outputs.version }}.tar.gz
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
|
|||||||
Reference in New Issue
Block a user