Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
actifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jgirardet committed Jul 23, 2020
1 parent b72ec00 commit 68d60c5
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ jobs:
with:
path: |
linux/mydevoirs
mydevoirs*.AppImage
linux/mydevoirs*.AppImage
# name: MyDevoirs-${{runner.os}}64
- name: upload on Windows binary in artifact
if: runner.os == 'Windows'
uses: actions/upload-artifact@v2
with:
path: |
windows/mydevoirs
mydevoirs*.msi
windows/mydevoirs*.msi
# name: MyDevoirs-${{runner.os}}64

Create_release:
Expand All @@ -88,8 +88,8 @@ jobs:
automatic_release_tag: "latest"
title: "MyDevoirs Latest"
files: |
MyDevoirs-Linux64/mydevoirs*.msi
MyDevoirs-Linux64/mydevoirs*.AppImage
artifact/windows/mydevoirs*.msi
artifact/linux/mydevoirs*.AppImage
- name: Display structure of downloaded files
run: ls -R
working-directory: .
Expand All @@ -100,8 +100,9 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
MyDevoirs-Linux64/mydevoirs*.msi
MyDevoirs-Linux64/mydevoirs*.AppImage
artifact/windows/mydevoirs*.msi
artifact/linux/mydevoirs*.AppImage
#
# Deploy:
# name: release github
Expand Down

0 comments on commit 68d60c5

Please sign in to comment.