Skip to content

Commit

Permalink
fix(ci): Fix action can't find folder & Release not pack cit file in it
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux committed Nov 4, 2021
1 parent e492192 commit da599db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/AutoPack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ jobs:
- name: Upload Optimized pack
uses: actions/upload-artifact@v2
with:
name: Slimefun-ResourcePack-Optimized-${{ matrix.name }}
name: Slimefun-ResourcePack-${{ matrix.name }}-Optimized
path: ./Slimefun-ResourcePack-${{ matrix.name }}-Optimized.zip

# - name: Delete Optimized pack
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/CI_Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
uses: ComunidadAylas/PackSquash-action@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
allow_optifine_mod: true
path: ./.pack

- name: ☁ DownloadArtifact Original Optimized Pack
Expand All @@ -64,6 +65,7 @@ jobs:
uses: ComunidadAylas/PackSquash-action@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
allow_optifine_mod: true
path: ./.pack

- name: ☁ DownloadArtifact Optifine Optimized Pack
Expand Down

0 comments on commit da599db

Please sign in to comment.