Skip to content

Commit

Permalink
ci: update artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Aug 7, 2024
1 parent c80dbad commit 39f3253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ jobs:
if: ${{ startsWith( inputs.PRERELEASE, false ) }}
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.PLUGIN_NAME }}-${{ env.VERSION_CSF }}.zip
name: ${{ inputs.PLUGIN_NAME }}-${{ env.VERSION_CSF }}
path: ${{ inputs.PLUGIN_NAME }}-${{ env.VERSION_CSF }}.zip
retention-days: 30
Expand All @@ -289,6 +289,6 @@ jobs:
if: ${{ startsWith( inputs.PRERELEASE, true ) }}
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.PLUGIN_NAME }}-${{ env.VERSION_CSF }}-rc.${{ inputs.VERSION_RC }}.zip
name: ${{ inputs.PLUGIN_NAME }}-${{ env.VERSION_CSF }}-rc.${{ inputs.VERSION_RC }}
path: ${{ inputs.PLUGIN_NAME }}-${{ env.VERSION_CSF }}-rc.${{ inputs.VERSION_RC }}.zip
retention-days: 30

0 comments on commit 39f3253

Please sign in to comment.