Skip to content

Commit 9f1489c

Browse files
committed
enable .s9pk upload to github
1 parent b2d6d7f commit 9f1489c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/buildService.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,8 @@ jobs:
3030
echo "package_id=${PACKAGE_ID}" >> $GITHUB_ENV
3131
printf "\n SHA256SUM: $(sha256sum ${PACKAGE_ID}.s9pk) \n"
3232
shell: bash
33-
#
34-
# - name: Upload .s9pk
35-
# uses: actions/upload-artifact@v4
36-
# with:
37-
# name: ${{ env.package_id }}.s9pk
38-
# path: ./${{ env.package_id }}.s9pk
33+
- name: Upload .s9pk
34+
uses: actions/upload-artifact@v4
35+
with:
36+
name: ${{ env.package_id }}.s9pk
37+
path: ./${{ env.package_id }}.s9pk

0 commit comments

Comments
 (0)