updated package-lock, changed some of the release workflow

This commit is contained in:
trippjoe 2022-03-30 15:31:00 -04:00
parent fe90aa205b
commit ff03dd3f67
3 changed files with 8080 additions and 40 deletions

View file

@ -30,23 +30,13 @@ jobs:
- name: Build the Executables
run: npm run make
- name: Create a Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: v0.${{ github.run_number}}
release_name: Release v0.${{ github.run_number }}
- name: Upload Release
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: softprops/action-gh-release@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url}}
asset_path: ./out
asset_name: launcher-v${{ github.run_number}}
asset_content_type:
application/exe,
appplication/app
token: ${{ secrets.GITHUB_TOKEN }}
files: |
OpenGOAL Launcher.app
OpenGOAL-Launcher.exe
env:
GITHUB_REPOSITORY: trippjoe/launcher

8084
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -29,20 +29,10 @@
"icon": "/src/assets/images/icon.ico"
}
},
{
"name": "@electron-forge/maker-zip",
"platforms": [
"darwin"
]
},
{
"name": "@electron-forge/maker-deb",
"config": {}
},
{
"name": "@electron-forge/maker-rpm",
"config": {}
},
{
"name": "@electron-forge/maker-dmg",
"config": {