Skip to content

Commit 1cf464f

Browse files
committed
bugfix build v2.3.1
1 parent ef33791 commit 1cf464f

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@ jobs:
4444
Copy-Item "LICENSE" -Destination "$staging/"
4545
Copy-Item "liesmich.txt" -Destination "$staging/"
4646
47-
Compress-Archive -Path "$staging/*" -DestinationPath "$zipName"
48-
echo "ZIP_NAME=$zipName" >> $env:GITHUB_ENV
47+
echo "VERSION=$version" >> $env:GITHUB_ENV
4948
5049
- name: Upload Artifacts
5150
uses: actions/upload-artifact@v4
5251
with:
53-
name: ${{ env.ZIP_NAME }}
54-
path: ${{ env.ZIP_NAME }}
52+
name: Omsi2Komsi-${{ env.VERSION }}
53+
path: staging/*

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "omsi_2_komsi"
3-
version = "2.3.0"
3+
version = "2.3.1"
44
edition = "2024"
55
rust-version = "1.92"
66
authors = ["ThatZok <af@komplix.de>"]

0 commit comments

Comments
 (0)