Skip to content

Commit

Permalink
Merge pull request #37 from sdasda7777/sdasda7777_AutoNightly
Browse files Browse the repository at this point in the history
Added workflow step to update the nightly tag
  • Loading branch information
sdasda7777 authored Sep 19, 2023
2 parents 052b247 + 18003d3 commit 7d9b440
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/nodeci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: |
wget -P .dist/win-x64 https://nodejs.org/download/release/latest/win-x64/node.exe
cp -rv * .dist/win-x64/
zip -r .dist/zipped/vlc-rpc-v${{steps.get-version.outputs.version}}-nightly${{env.NOW}}-bundled-win-x64.zip .dist/win-x64
- name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
Expand All @@ -37,3 +38,10 @@ jobs:
with:
name: code-coverage-report
path: output/test/code-coverage.html
- name: Update nightly release
uses: pyTooling/Actions/releaser@main
with:
tag: nightly
rm: true
token: ${{ secrets.GITHUB_TOKEN }}
files: .dist/zipped/*.zip

0 comments on commit 7d9b440

Please sign in to comment.