From e9d71f47e0e6290e0768659bca2f060e80ab882a Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 1 May 2023 21:13:05 -0400 Subject: actions: try to fix modpack build again --- .github/workflows/build-modpack.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to '.github/workflows') 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/* -- cgit v1.2.3