Skip to content

Commit

Permalink
Run upload from Linux
Browse files Browse the repository at this point in the history
Uploading to GitHub can be run from any OS and Linux agents are generally
available more quickly.
  • Loading branch information
terrajobst committed Oct 2, 2024
1 parent fd6a5b0 commit 2ba5e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
push-to-github:
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && github.repository_owner == 'terrajobst'
needs: build
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- name: Download binaries
uses: actions/[email protected]
Expand Down

0 comments on commit 2ba5e6f

Please sign in to comment.