Skip to content

Commit

Permalink
updated github actions configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmm committed Apr 25, 2024
1 parent 1762e88 commit 3ce033c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
- name: Upload Package Archive
uses: actions/upload-artifact@v4.3.1
with:
name: wwplot-git-${{ needs.winexe.outputs.github_commit_desc }}-x86_64.exe
path: dist/wwplot.exe
name: wwplot-git-${{ env.GITHUB_HEAD_SHA }}-x86_64.exe
path: dist
if-no-files-found: error

# on a pull_request event in github actions, the tests are not run on the head branch of the PR, rather they are run on the merge commit of head merged into the base branch
Expand Down

0 comments on commit 3ce033c

Please sign in to comment.