Skip to content

Commit 643e681

Browse files
authored
Merge pull request #10 from paddy-exe/fix-ci
Download artifact file instead of repackaging the directory
2 parents 5b4a634 + 0981894 commit 643e681

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)