Skip to content

Commit

Permalink
adjust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Jun 11, 2022
1 parent 2e8b347 commit 6df1c29
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,15 @@ jobs:
with:
name: artifact
path: dist/win64/*
- name: Deploy

- name: Deploy (Ubuntu)
uses: actions/upload-artifact@v3
if: startsWith(matrix.config.name, 'Ubuntu')
with:
name: artifact
path: dist/occt-*
path: dist/win64/occt-*


- name: Create Release
id: create_release
if: startsWith(github.event.ref, 'refs/tags/v')
Expand All @@ -128,7 +130,7 @@ jobs:
release_name: Release ${{ github.ref }}
draft: false
prerelease: false

- name: Upload Release Asset
id: upload-release-asset
if: startsWith(github.event.ref, 'refs/tags/v')
Expand Down

0 comments on commit 6df1c29

Please sign in to comment.