summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-modpack.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/build-modpack.yml b/.github/workflows/build-modpack.yml
index 7500362..35fbf02 100644
--- a/.github/workflows/build-modpack.yml
+++ b/.github/workflows/build-modpack.yml
@@ -10,10 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
-
- uses: cachix/install-nix-action@v20
- with:
- github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: build
run: |
@@ -23,4 +20,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: getchoo-modpack.zip
- path: result/getchoo-modpack.zip
+ path: ${{ github.workspace }}/result/*