Skip to content

Commit

Permalink
try local
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherJMiller committed Jan 18, 2024
1 parent ea4dff2 commit b5710ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout repository
uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
nix_path: nixpkgs=channel:nixos-stable
- name: Export Modpack
uses: workflow/nix-shell-action@v3
with:
flakes-from-devshell: true
flakes: .#
script: |
packwiz mr export

0 comments on commit b5710ae

Please sign in to comment.