Skip to content

Commit

Permalink
Updated ubuntu version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1N committed Apr 1, 2024
1 parent c529cd2 commit f2926ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
matrix:
platform:
- os_name: linux-x86_64
os: ubuntu-20.04
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
- os_name: linux-aarch64
os: ubuntu-20.04
os: ubuntu-latest
target: aarch64-unknown-linux-gnu
- os_name: linux-arm
os: ubuntu-20.04
os: ubuntu-latest
target: arm-unknown-linux-gnueabi
- os_name: linux-i686
os: ubuntu-20.04
os: ubuntu-latest
target: i686-unknown-linux-gnu
- os_name: windows-aarch64
os: windows-latest
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- run: echo "${{ secrets.MEMFLOW_REGISTRY_SIGNING_KEY}}" > ec-secp256k1-priv-key.pem
- name: Upload plugin (linux)
run: memflowup --skip-version-check push --token ${{ secrets.MEMFLOW_REGISTRY_TOKEN }} --priv-key ec-secp256k1-priv-key.pem --file target/${{ matrix.platform.target }}/release/libmemflow_${{ env. PLUGIN_NAME}}.so
if: matrix.platform.os == 'ubuntu-20.04'
if: matrix.platform.os == 'ubuntu-latest'
- name: Upload plugin (windows)
run: memflowup --skip-version-check push --token ${{ secrets.MEMFLOW_REGISTRY_TOKEN }} --priv-key ec-secp256k1-priv-key.pem --file target/${{ matrix.platform.target }}/release/memflow_${{ env. PLUGIN_NAME}}.dll
if: matrix.platform.os == 'windows-latest'
Expand Down

0 comments on commit f2926ed

Please sign in to comment.