Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsoftware1 authored Aug 24, 2024
1 parent 2b156f5 commit f8af416
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,4 @@ jobs:
- name: deps
run: sudo bash linux-deps.sh
- name: build
run: ninja
- name: capture build artifacts
uses: actions/upload-artifact@v2
with:
name: Artifacts
path: build/

- name: Release
uses: ncipollo/release-action@v1
with:
artifacts: "fgOS.iso"
token: ${{ secrets.TOKEN }}
run: ninja i386

0 comments on commit f8af416

Please sign in to comment.