Skip to content

Commit

Permalink
fix: deploy ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo972 committed Jul 5, 2022
1 parent 0e4126e commit 93f6d47
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-deploy-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo ::set-output name=VERSION::"${major}.${minor}.${patch}"
- name: Build
if: matrix.os == 'windows-latest'
if: matrix.os == 'windows-2019'
shell: cmd
run: |
mkdir build
Expand All @@ -69,7 +69,7 @@ jobs:
working-directory: ./runtime

- name: Build
if: matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-18.04'
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
Expand Down Expand Up @@ -98,13 +98,13 @@ jobs:
- name: Download windows artifacts
uses: actions/download-artifact@v2
with:
name: go-module-windows-latest
name: go-module-windows-2019
path: dist-windows

- name: Download linux artifacts
uses: actions/download-artifact@v2
with:
name: go-module-ubuntu-latest
name: go-module-ubuntu-18.04
path: dist-linux

- name: Create Release
Expand Down Expand Up @@ -146,5 +146,5 @@ jobs:
uses: geekyeggo/delete-artifact@v1
with:
name: |
go-module-ubuntu-latest
go-module-windows-latest
go-module-ubuntu-18.04
go-module-windows-2019

0 comments on commit 93f6d47

Please sign in to comment.