Skip to content

Commit ca3d774

Browse files
committed
Push artifacts
1 parent f2b086c commit ca3d774

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- "v*"
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
release:
1013
runs-on: ${{ matrix.os }}
@@ -60,6 +63,14 @@ jobs:
6063
powershell -Command "Compress-Archive -Path dist\\reglinux-fetch.exe -DestinationPath reglinux-fetch-windows-${{ github.ref_name }}.zip"
6164
powershell -Command "Compress-Archive -Path dist\\reglinux-burner.exe -DestinationPath reglinux-burner-windows-${{ github.ref_name }}.zip"
6265
66+
- name: List artifacts (unix)
67+
if: runner.os != 'Windows'
68+
run: ls -la *.zip
69+
70+
- name: List artifacts (windows)
71+
if: runner.os == 'Windows'
72+
run: dir *.zip
73+
6374
- name: Upload reglinux-fetch asset (linux)
6475
if: runner.os == 'Linux'
6576
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)