Skip to content

Commit

Permalink
Try random things so the GitHub release workflow will show a commits …
Browse files Browse the repository at this point in the history
…list
  • Loading branch information
Hendricks266 committed Dec 27, 2024
1 parent 5e0265b commit e9bcfe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [master]
pull_request: {}
merge_group: {}
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
workflow: build.yml
workflow_conclusion: success
path: upload/
path: ./upload

- name: Package
id: create-7z-packages
Expand All @@ -55,4 +55,4 @@ jobs:
prerelease: false
title: "${{ steps.create-7z-packages.outputs.revision }}"
files: |
upload/*.7z
./upload/*.7z

0 comments on commit e9bcfe3

Please sign in to comment.