Auto publish again (#492)

This commit is contained in:
osfanbuff63 2022-10-05 10:38:35 -04:00 committed by GitHub
parent 6f7d38a247
commit 5697017d3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,10 +9,15 @@ jobs:
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\/v/}
- name: Download the pack files
uses: andy-v-h/get-release-asset-action@v1.1.0
uses: robinraju/release-downloader@v1.5
with:
match: Fabulously Optimized-.*\.zip
name: "*.zip"
latest: true
tarBall: false
zipBall: false
out-file-path: .
- name: Publish to CurseForge
uses: Kir-Antipov/mc-publish@v3.2
@ -28,9 +33,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download the pack files
uses: andy-v-h/get-release-asset-action@v1.1.0
uses: robinraju/release-downloader@v1.5
with:
match: MR_Fabulously Optimized-.*\.mrpack
name: "*.mrpack"
latest: true
tarBall: false
zipBall: false
out-file-path: .
- name: Publish to Modrinth
uses: Kir-Antipov/mc-publish@v3.2