summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2023-06-18 23:16:43 -0400
committerseth <[email protected]>2023-06-18 23:16:43 -0400
commitc006445224b688238b759888ebd614cef91d2c4c (patch)
tree391ad1b6e9e7a22e597c1c2285fa01cc38bd2809
parent749d001f5903f37b7ee9f966cd4b45f77e21c484 (diff)
fix modpack build in actions
-rw-r--r--.github/workflows/build-modpack.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build-modpack.yml b/.github/workflows/build-modpack.yml
index 7efd3d0..77db3ee 100644
--- a/.github/workflows/build-modpack.yml
+++ b/.github/workflows/build-modpack.yml
@@ -18,9 +18,10 @@ jobs:
- name: build
run: |
nix build
+ cp result/getchoo-modpack.zip .
- name: upload
uses: actions/upload-artifact@v3
with:
name: getchoo-modpack.zip
- path: ${{ github.workspace }}/result/getchoo-modpack.zip
+ path: getchoo-modpack.zip