Skip to content

Commit

Permalink
Fix download/checkout order. (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Epicguru authored Aug 26, 2024
1 parent eda6aa8 commit bbc1d4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/GenerateReleaseZip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,17 @@ jobs:
- name: Set Environment Variables
run: echo "MOD_RELEASE=$MOD_NAME-${{ steps.get_version.outputs.VERSION }}" >> $GITHUB_ENV

# The repository needs to be checked out for the next changelog step.
- name: Checkout Repository
uses: actions/[email protected]

# Download the build artifact from the package job.
- name: Download Mod Artifacts from Build Step
id: download_zip
uses: actions/[email protected]
with:
name: ${{ env.MOD_NAME }}

# The repository needs to be checked out for the next changelog step.
- name: Checkout Repository
uses: actions/[email protected]

# Auto-generate changelog.
- name: Build Changelog
id: github_release
Expand Down

0 comments on commit bbc1d4e

Please sign in to comment.