ci: remove bogus expected asset

This commit is contained in:
Tyler Wilding 2023-07-31 00:46:30 -04:00
parent 44220955bb
commit f326e39898
No known key found for this signature in database
GPG key ID: C500E15300515B67
5 changed files with 5 additions and 5 deletions

View file

@ -173,7 +173,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_ID: ${{needs.create-release.outputs.release_id}}
EXPECTED_ASSET_NAME_REGEXES: '[".*AppImage", ".*AppImage.tar.gz", ".*AppImage.tar.gz.sig", ".*msi", ".*AppImage.msi.zip", ".*msi.zip.sig", ".*dmg", ".*app", ".*app.tar.gz", ".*app.tar.gz.sig", "latest.json"]'
EXPECTED_ASSET_NAME_REGEXES: '[".*AppImage", ".*AppImage.tar.gz", ".*AppImage.tar.gz.sig", ".*msi", ".*msi.zip", ".*msi.zip.sig", ".*dmg", ".*app", ".*app.tar.gz", ".*app.tar.gz.sig", "latest.json"]'
run: yarn verify-release-assets
publish-release:

View file

@ -1,7 +1,7 @@
{
"name": "opengoal-launcher",
"private": true,
"version": "2.2.0",
"version": "2.1.4",
"type": "module",
"scripts": {
"dev": "vite",

2
src-tauri/Cargo.lock generated
View file

@ -2535,7 +2535,7 @@ dependencies = [
[[package]]
name = "opengoal-launcher"
version = "2.2.0"
version = "2.1.4"
dependencies = [
"backtrace",
"chrono",

View file

@ -1,6 +1,6 @@
[package]
name = "opengoal-launcher"
version = "2.2.0" # APP_VERSION
version = "2.1.4" # APP_VERSION
description = "A frontend for the OpenGOAL project"
authors = ["OpenGOAL"]
license = "ISC"

View file

@ -1,7 +1,7 @@
{
"package": {
"productName": "OpenGOAL-Launcher",
"version": "2.2.0"
"version": "2.1.4"
},
"build": {
"distDir": "../dist",