Skip to content

Commit

Permalink
try fit github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-mgo committed Sep 19, 2022
1 parent 766df6c commit 82e07d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Build_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: make
run: |
make appimage-bld/osc-tui-x86_64.AppImage
./appimage-bld/osc-tui-x86_64.AppImage --help
./osc-tui-x86_64.AppImage --help
- uses: "actions/upload-artifact@v2"
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make_release_bins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: make
run: |
make appimage-bld/osc-tui-x86_64.AppImage
./appimage-bld/osc-tui-x86_64.AppImage --help
./osc-tui-x86_64.AppImage --help
- uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit 82e07d8

Please sign in to comment.