Skip to content

Commit

Permalink
final touches, straight to master.
Browse files Browse the repository at this point in the history
  • Loading branch information
acnicholls committed Oct 19, 2024
1 parent f8f75ff commit 181facd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-release-with-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- README.md
- CHANGELOG.md # Should never be edited anyway
- .gitignore
# - .github/** # comment until pipelines are built
- .github/**
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -89,14 +89,14 @@ jobs:
uses: actions/github-script@v7
with:
script: |
core.setFailed('user-installer build failed, no sense continuing...')
core.setFailed('executable build failed, no sense continuing...')
# send build output to github output
- name: Upload Build Artifact
id: upload-build-artifact-2
id: upload-build-artifact
uses: actions/upload-artifact@v4
with:
name: build-executable-artifact-2
name: build-executable-artifact
path: ${{ github.workspace }}\Solution\TrangTestStub\bin\Release\*
retention-days: 5

Expand Down

0 comments on commit 181facd

Please sign in to comment.