diff options
| author | seth <[email protected]> | 2023-05-12 06:32:56 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-12 06:35:24 -0400 |
| commit | 97df33980cf46d4695aa186dcb2391f374e3e8ce (patch) | |
| tree | ec629cc98beff3e565b226c412ae69c191eda1d9 /.github/workflows/build-modpack.yml | |
| parent | 068c56d8764a867cbca5060fd499edf37f4335dd (diff) | |
feat: start using mkMultiMCPack
Diffstat (limited to '.github/workflows/build-modpack.yml')
| -rw-r--r-- | .github/workflows/build-modpack.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-modpack.yml b/.github/workflows/build-modpack.yml index aace7f9..7efd3d0 100644 --- a/.github/workflows/build-modpack.yml +++ b/.github/workflows/build-modpack.yml @@ -4,7 +4,7 @@ on: push: paths: # only run when prismlauncher modpack files are changed - - nix/files/** + - files/** workflow_dispatch: jobs: @@ -23,4 +23,4 @@ jobs: uses: actions/upload-artifact@v3 with: name: getchoo-modpack.zip - path: ${{ github.workspace }}/result/* + path: ${{ github.workspace }}/result/getchoo-modpack.zip |
