Compare commits

..

4 Commits

Author SHA1 Message Date
packagrio-bot a3000fd6b0 (v0.8.2) Automated packaging of release by Packagr 2026-02-07 05:05:07 +00:00
Jason Kulatunga af59f2639c Enable inclusion of hidden files in artifact upload 2026-02-06 23:00:44 -05:00
Jason Kulatunga b0ff0b3a48 Rename download artifact name to 'workspace' 2026-02-06 22:58:35 -05:00
Jason Kulatunga 56056b2d6a Change workspace download path in release workflow 2026-02-06 22:33:18 -05:00
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -64,6 +64,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: workspace
include-hidden-files: true
path: ${{ github.workspace }}/**/*
retention-days: 1
@@ -141,7 +142,7 @@ jobs:
- name: Download workspace
uses: actions/download-artifact@v7
with:
name: ./
name: workspace
- 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.1"
const VERSION = "0.8.2"