remove accidental comment from premake workflows

This commit is contained in:
withmorten 2021-02-03 20:24:37 +01:00
parent 862f83cc40
commit 2e8429858e
2 changed files with 0 additions and 2 deletions

View File

@ -51,7 +51,6 @@ jobs:
# - name: Pack artifacts
# run: |
# 7z a re3_${{matrix.buildtype}}_${{matrix.platform}}.zip ./bin/${{matrix.platform}}/${{matrix.buildtype}}/*
# 7z a re3_${{matrix.buildtype}}_${{matrix.platform}}.zip ./gamefiles/*
- name: Move binaries to gamefiles
run: |
mv ./bin/${{matrix.platform}}/${{matrix.buildtype}}/re3.exe ./gamefiles/

View File

@ -51,7 +51,6 @@ jobs:
# - name: Pack artifacts
# run: |
# 7z a re3_${{matrix.buildtype}}_${{matrix.platform}}.zip ./bin/${{matrix.platform}}/${{matrix.buildtype}}/*
# 7z a re3_${{matrix.buildtype}}_${{matrix.platform}}.zip ./gamefiles/*
- name: Move binaries to gamefiles
run: |
mv ./bin/${{matrix.platform}}/${{matrix.buildtype}}/re3.exe ./gamefiles/