Skip to content

Commit

Permalink
CI: bump action version, allow trigger manually
Browse files Browse the repository at this point in the history
  • Loading branch information
BLumia committed Apr 1, 2024
1 parent 4eea656 commit 989ab75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows-msys2.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Windows MSYS2 Build
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
build:
Expand All @@ -8,7 +8,7 @@ jobs:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
Expand All @@ -33,7 +33,7 @@ jobs:
# rm deps-trackerplayer.txt
# done
cd ../../
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: msys2-mingw-w64-x86_64-windows
path: build/package_workspace/*

0 comments on commit 989ab75

Please sign in to comment.