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 - name: Build the Executables
run: npm run make 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 - name: Upload Release
uses: actions/upload-release-asset@v1 uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: with:
upload_url: ${{ steps.create_release.outputs.upload_url}} token: ${{ secrets.GITHUB_TOKEN }}
asset_path: ./out files: |
asset_name: launcher-v${{ github.run_number}} OpenGOAL Launcher.app
asset_content_type: OpenGOAL-Launcher.exe
application/exe, env:
appplication/app 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" "icon": "/src/assets/images/icon.ico"
} }
}, },
{
"name": "@electron-forge/maker-zip",
"platforms": [
"darwin"
]
},
{ {
"name": "@electron-forge/maker-deb", "name": "@electron-forge/maker-deb",
"config": {} "config": {}
}, },
{
"name": "@electron-forge/maker-rpm",
"config": {}
},
{ {
"name": "@electron-forge/maker-dmg", "name": "@electron-forge/maker-dmg",
"config": { "config": {