diff options
| author | seth <[email protected]> | 2023-05-01 21:13:05 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-01 21:13:05 -0400 |
| commit | e9d71f47e0e6290e0768659bca2f060e80ab882a (patch) | |
| tree | b3924b27b1e744c7cf6d0c3689b70921a02637ee | |
| parent | b8426df9b9c758b64a65e31b3f415c6a37e1151e (diff) | |
actions: try to fix modpack build again
| -rw-r--r-- | .github/workflows/build-modpack.yml | 5 |
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/* |
