Skip to content

Commit

Permalink
Update out path in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tetov committed Feb 10, 2021
1 parent b8e16db commit 9a2cc11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: chromodorisBV_${{ env.SEMVER }}
path: artifacts/dist/*
path: artifacts/*

-
name: Check Tag
Expand All @@ -53,7 +53,7 @@ jobs:
run: >
7z a -tzip
artifacts\dist\ChromodorisBV_$Env:SEMVER.zip
.\artifacts\dist\*
.\artifacts\*
-
name: Create release on semver tag
Expand All @@ -62,4 +62,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: artifacts/dist/*
files: artifacts/*

0 comments on commit 9a2cc11

Please sign in to comment.