Skip to content

Commit

Permalink
updates to testing framework
Browse files Browse the repository at this point in the history
  • Loading branch information
ialbert committed Apr 3, 2024
1 parent e5d5855 commit 28f6936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
jobs:
build:

runs-on: ubuntu-latest
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
Expand All @@ -42,5 +42,5 @@ jobs:
- name: Upload resulting file as an artifact
uses: actions/upload-artifact@v3
with:
name: genescape-package
name: GeneScape-latest.zip
path: dist/GeneScape-latest.zip

0 comments on commit 28f6936

Please sign in to comment.