Skip to content

Commit

Permalink
Revert "remove set-output commands from CI"
Browse files Browse the repository at this point in the history
This reverts commit 8d24fdb.
  • Loading branch information
AKuHAK committed Nov 2, 2022
1 parent 8d24fdb commit 2bb2978
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compilation.yml
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Get version
id: version
run: echo "{version}={$(make oplversion)}" >> $GITHUB_OUTPUT
run: echo "::set-output name=version::$(make oplversion)"

- name: Compile -> make ${{ matrix.t10k }} ${{ matrix.igs }} ${{ matrix.pademu }} ${{ matrix.rtl }} NOT_PACKED=1
run: |
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:

- name: Get version
id: version
run: echo "{version}={$(make oplversion)}" >> $GITHUB_OUTPUT
run: echo "::set-output name=version::$(make oplversion)"

- name: Compile -> make debug
run: |
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:

- name: Get version
id: version
run: echo "{version}={$(make oplversion)}" >> $GITHUB_OUTPUT
run: echo "::set-output name=version::$(make oplversion)"

- name: Download all artifacts
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 2bb2978

Please sign in to comment.