Use new syntax as per https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#environment-files.
This commit is contained in:
4
.github/workflows/publish-appimage.yml
vendored
4
.github/workflows/publish-appimage.yml
vendored
@@ -61,8 +61,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ARTIFACT_PATHNAME=$(ls conky*.AppImage | head -n 1)
|
ARTIFACT_PATHNAME=$(ls conky*.AppImage | head -n 1)
|
||||||
ARTIFACT_NAME=$(basename $ARTIFACT_PATHNAME)
|
ARTIFACT_NAME=$(basename $ARTIFACT_PATHNAME)
|
||||||
echo ::set-env name=ARTIFACT_NAME::${ARTIFACT_NAME}
|
echo "ARTIFACT_PATHNAME=${ARTIFACT_PATHNAME}" >> $GITHUB_ENV
|
||||||
echo ::set-env name=ARTIFACT_PATHNAME::${ARTIFACT_PATHNAME}
|
echo "ARTIFACT_NAME=${ARTIFACT_NAME}" >> $GITHUB_ENV
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
id: create_release
|
id: create_release
|
||||||
uses: actions/create-release@v1
|
uses: actions/create-release@v1
|
||||||
|
Reference in New Issue
Block a user