Skip to content

Commit bd999a6

Browse files
authored
build: fix build again (#509)
1 parent 036bbaf commit bd999a6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ jobs:
2424
uses: actions/checkout@v2
2525
- name: Set BUILT_DATE_TIME
2626
run: echo "BUILT_DATE_TIME=$(date -u -Iseconds)" >> $GITHUB_ENV
27-
- name: Set up hub
28-
uses: Geertvdc/[email protected]
2927
- name: Build Salty-747
3028
uses: actions/setup-node@v1
3129
with:
@@ -94,6 +92,6 @@ jobs:
9492
fi
9593
- name: Upload installer zip assets
9694
env:
97-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
95+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9896
run: |
99-
hub release edit $(find build-modules -type f -printf "-a %p ") -m "" "${{ env.INSTALLER_PRE_RELEASE_TAG }}"
97+
gh release upload "${{ env.INSTALLER_PRE_RELEASE_TAG }}" $(find build-modules -type f -printf "%p ")

0 commit comments

Comments
 (0)