mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Update rust.yml
This commit is contained in:
parent
caf23df98c
commit
fe8ef2337c
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set Version ENV
|
||||
run: pushd src; echo "::set-env name=VERSION::'$(cat VERSION_STRING)'"
|
||||
run: pushd src; echo "::set-env name=VERSION::$(cat VERSION_STRING)"
|
||||
env:
|
||||
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
|
||||
- name: Check env var
|
||||
|
Loading…
Reference in New Issue
Block a user