Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ran-Xing committed May 1, 2024
1 parent 4045fa0 commit 0acc8c0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
run: |
chmod +x electron/dfuTools_*
mkdir -p electron/dfuTools/x64 electron/dfuTools/arm64
mv electron/dfuTools_amd64 electron/dfuTools/x64
mv electron/dfuTools_arm64 electron/dfuTools/arm64
mv electron/dfuTools_amd64 electron/dfuTools/x64/dfuTools
mv electron/dfuTools_arm64 electron/dfuTools/arm64/dfuTools
chmod +x electron/dfuTools/x64/dfuTools electron/dfuTools/arm64/dfuTools
- name: Build Release Files
Expand All @@ -78,7 +78,6 @@ jobs:
run: |
version=$(jq -r .version package.json)
echo "version=${version}" >> $GITHUB_OUTPUT
ls release/${{ steps.get-version.outputs.version }}/
- name: Make release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 0acc8c0

Please sign in to comment.