Skip to content

Commit 0c87cc0

Browse files
authored
Downgrade Synology Package Builder version
1 parent 246f182 commit 0c87cc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/makepackage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Checkout
2121
uses: actions/checkout@v4
2222
- name: Synology Package Builder Github Action
23-
uses: tomgrv/synology-package-builder@v2.1.0
23+
uses: tomgrv/synology-package-builder@v1.3.0
2424
with:
2525
dsm: ${{ matrix.dsm }}
2626
arch: ${{ matrix.arch }}
@@ -36,7 +36,7 @@ jobs:
3636
- name: Upload Package
3737
uses: actions/upload-artifact@v4
3838
with:
39-
name: SamplePackage-${{ matrix.dsm }}
39+
name: ScriptNotify-${{ matrix.dsm }}
4040
path: ./dist/*.spk
4141
- name: Release
4242
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)