Compare commits

..

1 Commits

Author SHA1 Message Date
Jason Kulatunga f8adf53e30 Change artifact download name to './' 2026-02-06 22:32:59 -05:00
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -64,7 +64,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: workspace
include-hidden-files: true
path: ${{ github.workspace }}/**/*
retention-days: 1
@@ -142,7 +141,7 @@ jobs:
- name: Download workspace
uses: actions/download-artifact@v7
with:
name: workspace
name: ./
- name: Download binaries
uses: actions/download-artifact@v7
with:
+1 -1
View File
@@ -2,4 +2,4 @@ package version
// VERSION is the app-global version string, which will be replaced with a
// new value during packaging
const VERSION = "0.8.2"
const VERSION = "0.8.1"