Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsck authored Aug 28, 2020
1 parent 3ba393c commit fbdfdb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@ jobs:
.\clean-all.cmd
- uses: actions/upload-artifact@v1
if: true
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
with:
name: dnSpy-net472
path: C:\builtfiles\dnSpy-net472.zip

- uses: actions/upload-artifact@v1
if: true
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
with:
name: dnSpy-netcore-win32
path: C:\builtfiles\dnSpy-netcore-win32.zip

- uses: actions/upload-artifact@v1
if: true
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
with:
name: dnSpy-netcore-win64
path: C:\builtfiles\dnSpy-netcore-win64.zip
Expand Down

0 comments on commit fbdfdb8

Please sign in to comment.