We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b4a634 + 0981894 commit 643e681Copy full SHA for 643e681
1 file changed
.github/workflows/release.yml
@@ -24,12 +24,9 @@ jobs:
24
path: |
25
${{ github.workspace }}/addons/ShaderFunction-Extras/*
26
27
- - name: Archive Release
28
- uses: thedoctor0/zip-release@0.7.1
+ - uses: actions/download-artifact@v3
29
with:
30
- type: 'zip'
31
- filename: '${{ github.event.repository.name }}.zip'
32
- path: '${{ github.workspace }}/addons/ShaderFunction-Extras/'
+ name: ${{ github.event.repository.name }}
33
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
34
35
- name: Create and upload asset
0 commit comments