Skip to content

Commit 0981894

Browse files
committed
Download artifact file instead of repackaging the directory
1 parent 5b4a634 commit 0981894

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,9 @@ jobs:
2424
path: |
2525
${{ github.workspace }}/addons/ShaderFunction-Extras/*
2626
27-
- name: Archive Release
28-
uses: thedoctor0/zip-release@0.7.1
27+
- uses: actions/download-artifact@v3
2928
with:
30-
type: 'zip'
31-
filename: '${{ github.event.repository.name }}.zip'
32-
path: '${{ github.workspace }}/addons/ShaderFunction-Extras/'
29+
name: ${{ github.event.repository.name }}
3330
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
3431

3532
- name: Create and upload asset

0 commit comments

Comments
 (0)