Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f8adf53e30 |
@@ -64,7 +64,6 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: workspace
|
name: workspace
|
||||||
include-hidden-files: true
|
|
||||||
path: ${{ github.workspace }}/**/*
|
path: ${{ github.workspace }}/**/*
|
||||||
retention-days: 1
|
retention-days: 1
|
||||||
|
|
||||||
@@ -142,7 +141,7 @@ jobs:
|
|||||||
- name: Download workspace
|
- name: Download workspace
|
||||||
uses: actions/download-artifact@v7
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: workspace
|
name: ./
|
||||||
- name: Download binaries
|
- name: Download binaries
|
||||||
uses: actions/download-artifact@v7
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ package version
|
|||||||
|
|
||||||
// VERSION is the app-global version string, which will be replaced with a
|
// VERSION is the app-global version string, which will be replaced with a
|
||||||
// new value during packaging
|
// new value during packaging
|
||||||
const VERSION = "0.8.2"
|
const VERSION = "0.8.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user