File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,19 @@ jobs:
1818
1919 - name : Extract version from CITATION.cff
2020 run : |
21- VERSION =$(
22- grep '^version:' CITATION.cff
23- | sed 's/version: *//'
24- | tr -d '"'
25- | tr -d "'"
21+ version =$( \
22+ grep '^version:' CITATION.cff \
23+ | sed 's/version: *//' \
24+ | tr -d '"' \
25+ | tr -d "'" \
2626 )
2727
28- echo "PACKAGE_VERSION=$VERSION " >> $GITHUB_ENV
28+ echo "PACKAGE_VERSION=$version " >> $GITHUB_ENV
2929 shell : bash
3030
3131 - name : Build Flatpak
3232 uses : flatpak/flatpak-github-actions/flatpak-builder@v6
3333 with :
34- bundle : " logopak-${{ env.PACKAGE_VERSION }}.flatpak"
34+ bundle : " logopak-v ${{ env.PACKAGE_VERSION }}.flatpak"
3535 manifest-path : flatpak/com.danielvartan.logopak.yaml
3636 cache-key : flatpak-builder-${{ github.sha }}
You can’t perform that action at this time.
0 commit comments