Skip to content

Commit

Permalink
ci: Resolved release bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranet committed Mar 31, 2020
1 parent 18f2dee commit e3870fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ jobs:
- name: Build Project
run: pwsh -File .\build.ps1 -EngineOnly -Release
shell: pwsh
- name: Create Artifact
run: pwsh -File .\release.ps1
shell: pwsh
env:
RELEASE_OS: ${{ runner.os }}
RELEASE_NAME: ${{ github.event.release.name }}
- name: artifact
- name: Upload Artifact
uses: icrawl/action-artifact@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e3870fa

Please sign in to comment.