Skip to content

Commit

Permalink
main/dev - Workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iAkashPattnaik authored Nov 16, 2021
2 parents a530069 + fef5741 commit 54ef0a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
Expand All @@ -29,3 +28,6 @@ jobs:
with:
name: ultorid-linux
path: ultroid-linux

- name: UltroidCli Version
run: ./ultroid-linux version
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
Expand All @@ -23,9 +22,10 @@ jobs:

- name: Build Source
run: dart compile exe bin/ultroid_cli.dart -DDEBUG=false -o ./ultroid-macos


- name: Upload UltrodiCli For MacOS
uses: actions/upload-artifact@v2.2.4
with:
name: ultorid-macos
name: ultroid-macos
path: ultroid-macos
4 changes: 3 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
Expand All @@ -29,3 +28,6 @@ jobs:
with:
name: ultorid-win.exe
path: ultroid-win.exe

- name: UltroidCli Version
run: .\ultroid-win.exe version

0 comments on commit 54ef0a6

Please sign in to comment.