Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
Setup Windows Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pegvin committed Jul 16, 2022
1 parent 282440e commit bf3ccab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ jobs:
if-no-files-found: error

Create-Release:
needs: [Build-For-Linux, Build-For-OSX]
needs: [Build-For-Linux, Build-For-OSX, Build-For-Windows]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Clean previous binaries
run: rm -f goxel goxel2-osx.zip
run: rm -f goxel2-linux.elf goxel2-win32.exe goxel2-osx.zip

- name: Download Linux build artifacts
uses: actions/download-artifact@v2
Expand Down

0 comments on commit bf3ccab

Please sign in to comment.