Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoked-Fish authored May 26, 2024
1 parent 238ee8a commit 7b2ad8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

- name: Set Environment Variables
run: |
echo "MOD_VERSION=$(cat "./manifest.json" | jq --raw-output '.Version')" >> $GITHUB_ENV
echo "Version=$(find . -type f -name "manifest.json" -exec jq --raw-output '.Version' {} \;)" >> "$GITHUB_ENV"
echo "REPO_NAME=$(basename $GITHUB_REPOSITORY)" >> $GITHUB_ENV
echo "REFASM_TAG=SDV1.6.8-SMAPI4.0.8" >> $GITHUB_ENV
# Setup GamePath
Expand Down

0 comments on commit 7b2ad8f

Please sign in to comment.