Skip to content

Commit 975da7e

Browse files
authored
Merge pull request #8 from oblivioncth/dev
Fix release file attachments
2 parents 258730f + aed4eaa commit 975da7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/master-pull-request-merge-reaction.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,14 @@ jobs:
5656
name: Create GitHub release
5757
needs: [build_stex_release_windows, build_stex_release_linux, tag_master_and_sync_dev]
5858
if: github.event.pull_request.merged == true
59-
runs-on: windows-latest
59+
runs-on: ubuntu-latest
6060
steps:
6161
- name: Download built Stex artifacts
6262
uses: actions/download-artifact@v3
6363
with:
6464
path: ${{ env.artifacts_path }}
6565
- name: Zip up release artifacts
66+
shell: pwsh
6667
run: |
6768
$artifact_folders = Get-ChildItem -Directory -Path "${{ env.artifacts_path }}"
6869
foreach($art_dir in $artifact_folders)

0 commit comments

Comments
 (0)