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:
parent
a00c6f789a
commit
bcfcc8c71c
3
.github/workflows/windows-build.yml
vendored
3
.github/workflows/windows-build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user