Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
ci: fix workflow [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
DevScyu committed Nov 18, 2022
1 parent 1b3ff87 commit 3d8f5c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
skipped: ${{ steps.changelog.outputs.skipped }}
clean_changelog: ${{ steps.changelog.outputs.clean_changelog }}
changelog: ${{ steps.changelog.outputs.changelog }}
release_id: ${{ steps.release.outputs.id }}
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -107,7 +108,7 @@ jobs:
- name: Upload renamed artifact
uses: actions/upload-artifact@v3
with:
name: Wynntils-MC1.12.2-${{ needs.changelog.outputs.tag }}
name: build
path: build/Wynntils-MC1.12.2-${{ needs.changelog.outputs.tag }}.jar


Expand Down

0 comments on commit 3d8f5c6

Please sign in to comment.