Skip to content

Commit 1e31b1b

Browse files
bessmanAlexander Bessman
authored andcommitted
TEMPORARY: switch release workflow branch
1 parent 78d370a commit 1e31b1b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 5 deletions
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,12 @@ jobs:
4545
- name: download
4646
uses: actions/download-artifact@v4
4747

48+
- name: ls
49+
run: ls
50+
4851
- name: attach
4952
uses: softprops/action-gh-release@v2
5053
with:
51-
files: |
52-
pslab-firmware_v6.zip
53-
pslab-firmware_v5.zip
54-
pslab-firmware_v6_esp01.zip
54+
draft: true
55+
files: pslab-firmware*
56+
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)