We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8b347 commit 6df1c29Copy full SHA for 6df1c29
.github/workflows/workflow.yml
@@ -110,13 +110,15 @@ jobs:
110
with:
111
name: artifact
112
path: dist/win64/*
113
- - name: Deploy
+
114
+ - name: Deploy (Ubuntu)
115
uses: actions/upload-artifact@v3
116
if: startsWith(matrix.config.name, 'Ubuntu')
117
118
- path: dist/occt-*
119
+ path: dist/win64/occt-*
120
121
122
- name: Create Release
123
id: create_release
124
if: startsWith(github.event.ref, 'refs/tags/v')
@@ -128,7 +130,7 @@ jobs:
128
130
release_name: Release ${{ github.ref }}
129
131
draft: false
132
prerelease: false
-
133
134
- name: Upload Release Asset
135
id: upload-release-asset
136
0 commit comments