1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 08:17:13 +03:00

windows-build/tar: New job needs to depend on variables

This commit is contained in:
Athanasius 2023-01-12 13:10:43 +00:00
parent bcfcc8c71c
commit 2678d7d63f
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -22,6 +22,8 @@ jobs:
core.setOutput('sem_ver', '${{ github.ref_name }}'.replaceAll('Release\/', ''))
linux_build:
needs: [variables]
name: Linux environment build steps
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3