Skip to content

Commit

Permalink
set single artifacts file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobsic committed Mar 12, 2021
1 parent 9135f87 commit 5c791ad
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
- name:
run: |
./build.sh
git add dist/
VERSION="${GITHUB_REF/ref\/tags\//}"
git config user.email "build@github.com"
git config user.name "Releas Action"
git commit -m "v${VERSION}"
git tag --force "${VERSION}"
git push --force --tags
ls -laR
#git add dist/
#VERSION="${GITHUB_REF/ref\/tags\//}"
#git config user.email "build@github.com"
#git config user.name "Releas Action"
#git commit -m "v${VERSION}"
#git tag --force "${VERSION}"
#git push --force --tags
#ls -laR
- uses: actions/checkout@v1
- uses: ncipollo/release-action@v1
with:
artifacts: "dist/"
artifacts: "dist/contents.txt"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5c791ad

Please sign in to comment.