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

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
jgirardet committed Jul 23, 2020
1 parent 68d60c5 commit cc2d139
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ jobs:
automatic_release_tag: "latest"
title: "MyDevoirs Latest"
files: |
artifact/windows/mydevoirs*.msi
artifact/linux/mydevoirs*.AppImage
artifact/mydevoirs*.msi
artifact/mydevoirs*.AppImage
- name: Display structure of downloaded files
run: ls -R
working-directory: .
Expand All @@ -100,8 +100,8 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
artifact/windows/mydevoirs*.msi
artifact/linux/mydevoirs*.AppImage
artifact/mydevoirs*.msi
artifact/mydevoirs*.AppImage
#
# Deploy:
Expand Down

0 comments on commit cc2d139

Please sign in to comment.