We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036bbaf commit bd999a6Copy full SHA for bd999a6
.github/workflows/dev.yml
@@ -24,8 +24,6 @@ jobs:
24
uses: actions/checkout@v2
25
- name: Set BUILT_DATE_TIME
26
run: echo "BUILT_DATE_TIME=$(date -u -Iseconds)" >> $GITHUB_ENV
27
- - name: Set up hub
28
- uses: Geertvdc/[email protected]
29
- name: Build Salty-747
30
uses: actions/setup-node@v1
31
with:
@@ -94,6 +92,6 @@ jobs:
94
92
fi
95
93
- name: Upload installer zip assets
96
env:
97
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
98
run: |
99
- hub release edit $(find build-modules -type f -printf "-a %p ") -m "" "${{ env.INSTALLER_PRE_RELEASE_TAG }}"
+ gh release upload "${{ env.INSTALLER_PRE_RELEASE_TAG }}" $(find build-modules -type f -printf "%p ")
0 commit comments