Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
??????
  • Loading branch information
11BelowStudio authored May 31, 2024
1 parent cb292ef commit 2826a04
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,15 @@ jobs:
with:
name: MUDKIP_Mud2
path: build/tmp/
release:
runs-on: ubuntu-latest
needs: [build]
steps:

- name: JSON to variables
# see https://github.com/antifree/json-to-variables
# You may pin to the exact commit or the version.
# uses: antifree/json-to-variables@cc8c6394031e145c90f7f9ec909d83df92431fb8
uses: antifree/[email protected]
with:
# The json file.
filename: "release.json"
filename: "./release.json"
# The prefix for variables.
prefix: "mfile"

Expand Down

0 comments on commit 2826a04

Please sign in to comment.