Skip to content

Commit

Permalink
Don't check for github ref tags for nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Jul 1, 2023
1 parent 0524677 commit 257f65a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
filename: 'inochi-creator-win32-x86_64.zip'
directory: 'out/'
path: '*'

- name: 'Add msbuild to PATH'
uses: microsoft/setup-msbuild@v1.1

Expand All @@ -164,17 +164,16 @@ jobs:
msbuild "Inochi Creator.sln" -property:Configuration=Release
# Copy installer out
mv "bin/Release/Inochi Creator.msi" "../../../out"
mv "bin/Release/Inochi Creator.msi" "../../../out/"
cd ../../../
- name: 'Release to nightly tag'
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
tag_name: nightly
files: |
'out/Inochi Creator.msi'
'out/inochi-creator-win32-x86_64.zip'
out/Inochi Creator.msi
out/inochi-creator-win32-x86_64.zip
macOS-dmg:
runs-on: macos-12
Expand Down

0 comments on commit 257f65a

Please sign in to comment.