Skip to content

Commit efc08a3

Browse files
committed
TEMPORARY: switch release workflow branch
1 parent 78d370a commit efc08a3

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/workflows/release.yml

+9-5
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
body: ${{ steps.parse-changelog.outputs.match }}
3535

3636
build:
37-
uses: fossasia/pslab-firmware/.github/workflows/main-builder.yml@main
37+
uses: bessman/pslab-firmware/.github/workflows/main-builder.yml@release/3.1.0
3838

3939
attach-artifacts:
4040
needs: build
@@ -45,10 +45,14 @@ jobs:
4545
- name: download
4646
uses: actions/download-artifact@v4
4747

48+
- name: ls
49+
run: |
50+
ls
51+
file pslab-firmware_v6
52+
4853
- name: attach
4954
uses: softprops/action-gh-release@v2
5055
with:
51-
files: |
52-
pslab-firmware_v6.zip
53-
pslab-firmware_v5.zip
54-
pslab-firmware_v6_esp01.zip
56+
draft: true
57+
files: pslab-firmware*
58+
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)