Skip to content

Commit

Permalink
ci(CI_Release): fix my weird weird action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux committed Sep 3, 2022
1 parent 489467b commit 246a1e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
TAG: ${{ github.ref }}
run: |
TAGNAME=${TAG:10}
curl https://raw.githubusercontent.com/xMikux/Slimefun-Resourcepack/v$TAGNAME/Resourcepack/item-models.yml --output item-models.yml
curl https://raw.githubusercontent.com/xMikux/Slimefun-Resourcepack/$TAGNAME/Resourcepack/item-models.yml --output item-models.yml
- name: Make Optimized Pack
uses: ComunidadAylas/PackSquash-action@master
Expand Down

0 comments on commit 246a1e9

Please sign in to comment.