Skip to content

Commit

Permalink
Tweak workflows a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkanovikov committed Oct 5, 2021
1 parent 64c6519 commit b690ceb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_starc_api.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Build Starc API
name: Build

env:
APP_VERSION: 0.0.1

on:
push:
branch: master
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build_linux:
Expand Down Expand Up @@ -59,4 +60,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: linux packages
path: build/linux/starc-${{env.APP_VERSION}}.AppImage
path: build/linux/starc-api-${{env.APP_VERSION}}.AppImage
5 changes: 3 additions & 2 deletions .github/workflows/build_starc_app.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
name: Build Starc app
name: Build2

env:
APP_VERSION: 0.0.9

on:
push:
branch: master
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build_linux:
Expand Down

0 comments on commit b690ceb

Please sign in to comment.