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

windows-build/tar: tar needs to be in job *after* variables

At least we had `-f EDMarketConnector-release-.tar.gz ` which implies the
`needs.variables.outputs.sem_ver` variable wasn't yet set.
This commit is contained in:
Athanasius 2023-01-12 13:06:53 +00:00
parent a00c6f789a
commit bcfcc8c71c
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -21,6 +21,9 @@ jobs:
script: |
core.setOutput('sem_ver', '${{ github.ref_name }}'.replaceAll('Release\/', ''))
linux_build:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
with:
submodules: true