Skip to content

Commit 32028d2

Browse files
authored
Trying out a new release action
1 parent c986d17 commit 32028d2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/hello-world-3.1.0.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,14 @@ jobs:
217217
asset_path: ./hello-world-win-x64-${{ env.VERSION }}+${{ env.BUILD_NUMBER }}.zip
218218
asset_name: hello-world-win-x64-${{ env.VERSION }}+${{ env.BUILD_NUMBER }}.zip
219219
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

Comments
 (0)