Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
maksw2 committed Jun 21, 2024
1 parent a39b1f1 commit c926dac
Show file tree
Hide file tree
Showing 18 changed files with 102,350 additions and 114 deletions.
30 changes: 6 additions & 24 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build vega
name: Build VEGA
concurrency: ${{ github.workflow }}_${{ github.ref }}
on:
push:
Expand All @@ -8,35 +8,17 @@ on:
workflow_dispatch:

jobs:
#build-linux:
#runs-on: ubuntu-latest
#steps:
#- uses: actions/checkout@v4
#- name: perms fix
# run: chmod +x build_only.sh
#- name: make
# run: ./build_only.sh
#- uses: actions/[email protected]
# with:
# name: vega-linux
# path: bin
#- name: Upload to Release Action
# uses: Shopify/[email protected]
# with:
# name: vega-linux
# path: bin
# repo-token: ${{ secrets.GITHUB_TOKEN }}
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: make
run: ./build_only.cmd
- name: Build project
run: ./build.cmd
- uses: actions/[email protected]
with:
name: vega-windows
path: bin
- name: compress bin
- name: Compress the binary for releases
uses: thedoctor0/[email protected]
with:
type: 'zip'
Expand All @@ -50,11 +32,11 @@ jobs:
files: ${{ github.workspace }}/vega-windows.zip
name: autobuild
tag_name: autobuild
- name: notify discord
- name: Discord WebHook Notify
uses: tsickert/[email protected]
with:
webhook-url: ${{ secrets.DISCORD_WEBHOOK }}
username: "vegabot"
username: "VEGAbot"
avatar-url: "https://maksw.pl/images/ja1.webp"
embed-title: "A new release dropped!"
embed-description: "[Get it here](https://github.com/maksw2/VEGA/releases)"
Expand Down
1 change: 1 addition & 0 deletions build.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
make -f build.win
File renamed without changes.
1 change: 0 additions & 1 deletion build_and_run.cmd

This file was deleted.

2 changes: 0 additions & 2 deletions build_and_run.sh

This file was deleted.

1 change: 0 additions & 1 deletion build_only.cmd

This file was deleted.

2 changes: 0 additions & 2 deletions build_only.sh

This file was deleted.

26 changes: 0 additions & 26 deletions buildonly.lnx

This file was deleted.

29 changes: 0 additions & 29 deletions buildrun.lnx

This file was deleted.

29 changes: 0 additions & 29 deletions buildrun.win

This file was deleted.

Binary file added res/models/heavy/cornea256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added res/models/heavy/heavy.bin
Binary file not shown.
Loading

0 comments on commit c926dac

Please sign in to comment.