Skip to content

Commit

Permalink
Updated create-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiephan committed Jan 11, 2021
1 parent 2312021 commit 2bd95e2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,12 @@ jobs:
- name: Build the trymode20.stormmap
run: |
# & "C:/MPQEditor.exe" "new" "C:/trymode20.stormmap"
# & "C:/MPQEditor.exe" "add" "C:/trymode20.stormmap" "C:/repo/" /r
# & "C:/MPQEditor.exe" "close" "C:/trymode20.stormmap"
& echo "new C:/trymode20.stormmap" >> C:/script.mpqscript
& echo "add C:/trymode20.stormmap C:/repo/(10)trymemode.stormmap /r" >> C:/script.mpqscript
& echo close >> C:/script.mpqscript
& echo x >> C:/script.mpqscript
& "C:/MPQEditor.exe" /console "C:/script.mpqscript"
- name: Create Github Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 2bd95e2

Please sign in to comment.