Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cabbetlong authored Sep 19, 2024
1 parent d3f1d03 commit 1e061c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
go-version: '1.22.1'
- name: Build
run: |
ls -l
chmod +x ./${{github.repository}}/build.sh
./${{github.repository}}/build.sh 4.5.0 X86
chmod +x ./build.sh
./build.sh 4.5.0 X86
ls
- name: Create Release and Upload Release Asset
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 1e061c6

Please sign in to comment.