fix version
This commit is contained in:
@@ -97,7 +97,7 @@ jobs:
|
||||
echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Upload AppImage artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Eden-AppImage-amd64-${{ steps.version.outputs.version }}-${{ steps.version.outputs.commit }}
|
||||
path: |
|
||||
@@ -118,7 +118,7 @@ jobs:
|
||||
cat build-info.txt
|
||||
|
||||
- name: Upload build info
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: build-info-${{ steps.version.outputs.commit }}
|
||||
path: build-info.txt
|
||||
|
||||
Reference in New Issue
Block a user