Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzhi713 committed Nov 29, 2021
1 parent 29222b4 commit 4b92a3b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build_executable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
with:
draft: true
files: |
./dist/photomosaic-maker-3.0-macos-x64
./dist/photomosaic-maker-3.0-macos-x64.tar.gz
./photomosaic-maker-3.0-macos-x64-build.tar.gz
./dist/photomosaic-maker-3.1-macos-x64
./dist/photomosaic-maker-3.1-macos-x64.tar.gz
./photomosaic-maker-3.1-macos-x64-build.tar.gz
build-linux:
runs-on: ubuntu-18.04
steps:
Expand All @@ -41,9 +41,9 @@ jobs:
with:
draft: true
files: |
./dist/photomosaic-maker-3.0-ubuntu-x64
./dist/photomosaic-maker-3.0-ubuntu-x64.tar.gz
./photomosaic-maker-3.0-ubuntu-x64-build.tar.gz
./dist/photomosaic-maker-3.1-ubuntu-x64
./dist/photomosaic-maker-3.1-ubuntu-x64.tar.gz
./photomosaic-maker-3.1-ubuntu-x64-build.tar.gz
build-windows:
runs-on: windows-2019
steps:
Expand All @@ -62,6 +62,6 @@ jobs:
with:
draft: true
files: |
./dist/photomosaic-maker-3.0-windows-x64.exe
./dist/photomosaic-maker-3.0-windows-x64.tar.gz
./photomosaic-maker-3.0-windows-x64-build.tar.gz
./dist/photomosaic-maker-3.1-windows-x64.exe
./dist/photomosaic-maker-3.1-windows-x64.tar.gz
./photomosaic-maker-3.1-windows-x64-build.tar.gz
2 changes: 1 addition & 1 deletion build_scripts/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION=3.0
VERSION=3.1
PLATFORM=$1
NAME=photomosaic-maker-${VERSION}-$PLATFORM-x64

Expand Down

0 comments on commit 4b92a3b

Please sign in to comment.