Skip to content

Commit

Permalink
Merge pull request #14 from 11BelowStudio/develop
Browse files Browse the repository at this point in the history
release.json is no longer needed :)
  • Loading branch information
11BelowStudio authored Jun 20, 2024
2 parents 819d28a + 2e020cc commit fc22148
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
steps:
- uses: actions/checkout@v3.3.0

- name: Copy mfile to release.json
# this is because 'JSON to variables' doesn't like mfile (stinky)
run: |
cp ./mfile ./release.json
- name: JSON to variables
# see https://github.com/antifree/json-to-variables
# You may pin to the exact commit or the version.
Expand Down
8 changes: 0 additions & 8 deletions release.json

This file was deleted.

0 comments on commit fc22148

Please sign in to comment.