Skip to content

Commit

Permalink
chore: move GCC version in FPM_RELEASE variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Jun 3, 2024
1 parent 114ef9b commit befc030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
rm -v ${{ env.FPM }}
echo "FPM_RELEASE=${{ env.EXE }}" >> $GITHUB_ENV
env:
EXE: fpm-${{ env.VERSION }}-${{ matrix.os-arch }}${{ matrix.exe }}
EXE: fpm-${{ env.VERSION }}-${{ matrix.os-arch }}-gcc-${{ matrix.gcc_v }}${{ matrix.exe }}

- name: Run release version
shell: bash
Expand All @@ -183,7 +183,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: ${{ env.FPM_RELEASE }}-${{ matrix.os-arch }}-gcc-${{ matrix.gcc_v }}
name: ${{ env.FPM_RELEASE }}
path: ${{ env.FPM_RELEASE }}


Expand Down

0 comments on commit befc030

Please sign in to comment.