Skip to content

Commit

Permalink
build: fix build again (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjomcs authored Oct 28, 2024
1 parent 036bbaf commit bd999a6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ jobs:
uses: actions/checkout@v2
- name: Set BUILT_DATE_TIME
run: echo "BUILT_DATE_TIME=$(date -u -Iseconds)" >> $GITHUB_ENV
- name: Set up hub
uses: Geertvdc/setup-hub@v1.0.0
- name: Build Salty-747
uses: actions/setup-node@v1
with:
Expand Down Expand Up @@ -94,6 +92,6 @@ jobs:
fi
- name: Upload installer zip assets
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
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 comments on commit bd999a6

Please sign in to comment.