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 c986d17 commit 32028d2Copy full SHA for 32028d2
.github/workflows/hello-world-3.1.0.yml
@@ -217,3 +217,14 @@ jobs:
217
asset_path: ./hello-world-win-x64-${{ env.VERSION }}+${{ env.BUILD_NUMBER }}.zip
218
asset_name: hello-world-win-x64-${{ env.VERSION }}+${{ env.BUILD_NUMBER }}.zip
219
asset_content_type: application/zip
220
+
221
+ - name: TEST RELEASE
222
+ uses: ncipollo/release-action@v1
223
+ with:
224
+ allowUpdates: true
225
+ name: v${{ env.VERSION }} TEST
226
+ tag: ${{ env.VERSION }}
227
+ artifacts: |
228
+ ./hello-world-deb-${{ env.VERSION }}+${{ env.BUILD_NUMBER }}.tar.gz,
229
+ ./hello-world-win-x64-${{ env.VERSION }}+${{ env.BUILD_NUMBER }}.zip
230
+ artifactContentType: 'application/tar+gzip, application/zip'
0 commit comments