We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa342ba commit a5d4f37Copy full SHA for a5d4f37
.github/workflows/packer.yml
@@ -38,7 +38,7 @@ jobs:
38
run: dotnet publish .\src\Packer\Packer.csproj -o ./ -r win-x64
39
40
build-uploader:
41
- if: github.repository == 'CFPAOrg/Minecraft-Mod-Language-Package'
+ # if: github.repository == 'CFPAOrg/Minecraft-Mod-Language-Package'
42
name: Build / Cache Uploader
43
runs-on: windows-latest
44
steps:
@@ -118,7 +118,7 @@ jobs:
118
concurrency:
119
group: packer-upload
120
cancel-in-progress: false
121
122
name: Upload Resource Packs to Various places
123
needs: [ pack, build-uploader ]
124
0 commit comments