Skip to content

Commit

Permalink
Fix release step for build-shared.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none authored Aug 30, 2024
1 parent 3631fe5 commit f4c2d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-shared.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Download build artifact
uses: actions/download-artifact@v4
with:
name: RetakesPlugin-${{ github.sha }}
name: RetakesPluginShared-${{ github.sha }}
- name: Create release assets
run: |
zip -r RetakesPluginShared-${{ github.sha }}.zip ./RetakesPluginShared
Expand Down

0 comments on commit f4c2d95

Please sign in to comment.