diff options
Diffstat (limited to '.github/workflows/build-modpack.yml')
| -rw-r--r-- | .github/workflows/build-modpack.yml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/.github/workflows/build-modpack.yml b/.github/workflows/build-modpack.yml deleted file mode 100644 index 77db3ee..0000000 --- a/.github/workflows/build-modpack.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Build modpack - -on: - push: - paths: - # only run when prismlauncher modpack files are changed - - files/** - workflow_dispatch: - -jobs: - build-modpack: - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - uses: cachix/install-nix-action@v20 - - - name: build - run: | - nix build - cp result/getchoo-modpack.zip . - - - name: upload - uses: actions/upload-artifact@v3 - with: - name: getchoo-modpack.zip - path: getchoo-modpack.zip |
