Skip to content

Commit

Permalink
update github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ive committed May 16, 2023
1 parent d2f311f commit ae48cc9
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ jobs:
- name: Build NTloader
run: |
make
- name: makepkg
- name: Create package
run: ./makepkg.sh
- name: upload
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: ntloader.zip
- name: Release
working-directory: ${{env.GITHUB_WORKSPACE}}
run: |
gh release delete latest --cleanup-tag --yes
gh release create latest ntloader.zip -t "Development Build" -p
env:
GH_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit ae48cc9

Please sign in to comment.