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 8a63f19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

- name: make
run: |
make appimage-bld/osc-tui-x86_64.AppImage
./appimage-bld/osc-tui-x86_64.AppImage --help
make osc-tui-x86_64.AppImage
./osc-tui-x86_64.AppImage --help
- uses: "actions/upload-artifact@v2"
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/make_release_bins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

- name: make
run: |
make appimage-bld/osc-tui-x86_64.AppImage
./appimage-bld/osc-tui-x86_64.AppImage --help
make osc-tui-x86_64.AppImage
./osc-tui-x86_64.AppImage --help
- uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit 8a63f19

Please sign in to comment.