Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xikaro committed May 22, 2024
1 parent a0f9652 commit b0328a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,12 @@ jobs:
fi
- name: Download cf modpack
uses: actions/download-artifact@v4.1.0
uses: actions/download-artifact@v4.1.7
with:
name: ${{ needs.info.outputs.project_name }}-${{ needs.info.outputs.project_version }}-cf

- name: Download serverpack
uses: actions/download-artifact@v4.1.0
uses: actions/download-artifact@v4.1.7
with:
name: ${{ needs.info.outputs.project_name }}-${{ needs.info.outputs.project_version }}-server

Expand All @@ -188,13 +188,13 @@ jobs:
with:
api-token: ${{ secrets.CF_API_TOKEN }}
project-id: ${{ vars.CF_MODPACK_ID }}
display-name: ${{ needs.info.outputs.project_name }}-${{ needs.info.outputs.project_version }}
modpack-path: ${{ needs.info.outputs.project_name }}-${{ needs.info.outputs.project_version }}-cf.zip
server-display-name: ${{ needs.info.outputs.project_name }}-${{ needs.info.outputs.project_version }}-server
modpack-server-path: ${{ needs.info.outputs.project_name }}-${{ needs.info.outputs.project_version }}-server.zip
changelog: ${{ needs.info.outputs.changelog }}
changelog-format: markdown
game-version: ${{ needs.info.outputs.mc_version }}
display-name: ${{ needs.info.outputs.project_name }}-${{ needs.info.outputs.project_version }}
server-display-name: ${{ needs.info.outputs.project_name }}-${{ needs.info.outputs.project_version }}-server
release-type: ${{ env.RELEASE_TYPE }}

# release-modrinth:
Expand Down Expand Up @@ -239,7 +239,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download modpack
uses: actions/download-artifact@v4.1.0
uses: actions/download-artifact@v4.1.7
with:
merge-multiple: true

Expand Down

0 comments on commit b0328a0

Please sign in to comment.