mirror of
https://github.com/wiiu-env/CustomRPXLoader.git
synced 2024-11-13 22:15:06 +01:00
[Workflow] Use Environment Files instead of ::set-env
This commit is contained in:
parent
6529ea36f4
commit
1d91016696
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -25,8 +25,8 @@ jobs:
|
||||
- name: Get environment variables
|
||||
id: get_repository_name
|
||||
run: |
|
||||
echo ::set-env name=REPOSITORY_NAME::$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $2}' | sed -e "s/:refs//")
|
||||
echo ::set-env name=DATETIME::$(echo $(date '+%Y%m%d-%H%M%S'))
|
||||
echo REPOSITORY_NAME=$(echo "$GITHUB_REPOSITORY" | awk -F / '{print $2}' | sed -e "s/:refs//") >> $GITHUB_ENV
|
||||
echo DATETIME=$(echo $(date '+%Y%m%d-%H%M%S')) >> $GITHUB_ENV
|
||||
- uses: actions/download-artifact@master
|
||||
with:
|
||||
name: binary
|
||||
|
Loading…
Reference in New Issue
Block a user