Skip to content

Commit

Permalink
Do not attempt to get the version without checking out
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkDisorder committed Oct 18, 2024
1 parent 3a8bdb6 commit d1d8ccb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ jobs:
- name: Include ~/.local/bin in path
run: echo "${HOME}/.local/bin" >> $GITHUB_PATH

- name: Remove unnecessary artifact
run: rm "Linux 64-bit x86.zip"

- uses: actions/checkout@v4

- name: Get modpack version
uses: mathiasvr/[email protected]
id: version
with:
run: stoml pack.toml version

- name: Remove unnecessary artifact
run: rm "Linux 64-bit x86.zip"

- uses: actions/checkout@v4

- name: build zip
run: packwiz curseforge export

Expand Down

0 comments on commit d1d8ccb

Please sign in to comment.