Skip to content

Commit

Permalink
github(release): change back to non v- suffix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Hoefer committed Dec 19, 2020
1 parent ec496c7 commit 0a8e1a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 14
java-version: 15
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Create Debian Distribution
Expand All @@ -87,7 +87,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: debian-distribution
path: ./build/compose/binaries/main/deb/ck3-workbench_0.0.1-1_amd64.deb
path: ./build/compose/binaries/main/deb/ck3-workbench_${{ github.ref }}-1_amd64.deb

macos_build:
needs: build
Expand All @@ -107,4 +107,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: macos-distribution
path: ./build/compose/binaries/main/dmg/ck3-workbench-0.0.1.dmg
path: ./build/compose/binaries/main/dmg/ck3-workbench-${{ github.ref }}.dmg
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
}

group = "com.github.xetra11"
version = "v0.0.4-alpha"
version = "0.0.4-alpha"

repositories {
jcenter()
Expand Down

0 comments on commit 0a8e1a5

Please sign in to comment.