Skip to content

Commit

Permalink
artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
UltimatChamp committed Aug 10, 2024
1 parent 90bd5d7 commit f513fe3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/push_commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ jobs:
files: curseforge/fabric/1.21
dest: OptimumFuse ${{ inputs.version }}+fabric.1.21.zip

- name: Upload Mrpacks to Github
uses: actions/upload-artifact@v4
with:
name: Modrinth Releases
path: ${{ github.workspace }}/*.mrpack

- name: Upload Zips to Github
uses: actions/upload-artifact@v4
with:
name: Curseforge Releases
path: ${{ github.workspace }}/*.zip

modrinth-desc:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f513fe3

Please sign in to comment.