Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Flanisch authored Jan 24, 2024
1 parent 3653fe0 commit 39c9f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create Zip Release
on: push
jobs:
build:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- name: checkout code
uses: actions/checkout@master
Expand All @@ -11,4 +11,4 @@ jobs:
with:
type: 'zip'
filename: 'release.zip'
exclusions: '*.git* */designHelp*/ *.psd'
exclusions: '*.git* *designHelp* *.psd'

0 comments on commit 39c9f27

Please sign in to comment.