aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-08-27 22:37:22 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-08-27 22:37:22 +0200
commit35d42f74a93dbe0a21bbf0379388f8da963accd4 (patch)
treeafb4e029cc166a4ba47cbb297cc710851ef695e3
parent79575fb5ae0e6654672a16636449bd7c202be617 (diff)
downloadFlightCore-0.0.4.tar.gz
FlightCore-0.0.4.zip
Upload release file to releasesv0.0.4
instead of artifacts
-rw-r--r--.github/workflows/release.yml6
-rw-r--r--src-tauri/Cargo.lock2
-rw-r--r--src-tauri/Cargo.toml2
-rw-r--r--src-tauri/tauri.conf.json2
4 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 7b06cb37..26e162b8 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -75,8 +75,8 @@ jobs:
run: |
python3 scripts/create-release-file.py --version ${{github.event.release.tag_name}}
- - name: upload build artifact
- uses: actions/upload-artifact@v2
+ - name: upload release file
+ uses: softprops/action-gh-release@v1
with:
- path: |
+ files: |
latest-release.json
diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock
index 57aff2be..ec04aa5e 100644
--- a/src-tauri/Cargo.lock
+++ b/src-tauri/Cargo.lock
@@ -64,7 +64,7 @@ checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
[[package]]
name = "app"
-version = "0.0.3"
+version = "0.0.4"
dependencies = [
"sentry",
"serde",
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 0c483d27..4e917edc 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "app"
-version = "0.0.3"
+version = "0.0.4"
description = "A Tauri App"
authors = ["you"]
license = ""
diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json
index 639a14e0..43b26471 100644
--- a/src-tauri/tauri.conf.json
+++ b/src-tauri/tauri.conf.json
@@ -8,7 +8,7 @@
},
"package": {
"productName": "flightcore",
- "version": "0.0.3"
+ "version": "0.0.4"
},
"tauri": {
"allowlist": {