Skip to content

Commit

Permalink
NEW RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJacobs committed Oct 12, 2023
1 parent 01e4585 commit 7e91e8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
- name: "Download All"
uses: actions/download-artifact@v3

- name: "DEBUG"
run: find .
- name: "Show Available Artifacts"
run: find . -type f

- name: "Update Release"
uses: ncipollo/[email protected]
with:
name: "Daily Build"
allowUpdates: true
artifacts: "./artifact/robotmk_collector.ps1,./artifact/windows64/rcc.exe"
artifacts: "./artifact/robotmk_collector.ps1,./artifact/windows64/rcc.exe,./artifact/x86_64-pc-windows-gnu/release/robotmk.exe"
replacesArtifacts: true
removeArtifacts: true
prerelease: true
Expand Down

0 comments on commit 7e91e8a

Please sign in to comment.