Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rafradek committed May 12, 2024
1 parent c1b7ea6 commit f8923f8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,8 @@ jobs:
./multibuild.sh
echo "Project built."
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
files: build/release/*.zip
token: ${{ secrets.GITHUB_TOKEN }}
draft: true
- name: Upload build
uses: actions/upload-artifact@v4
with:
name: build
path: build/release/*.zip

0 comments on commit f8923f8

Please sign in to comment.