Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitemaeric committed Oct 18, 2024
1 parent ba08585 commit 48ea146
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,11 @@ jobs:
uses: actions/download-artifact@v4
with:
path: builds
- name: List files
run: ls -lah
- name: Create Release
uses: softprops/action-gh-release@v2
with:
files: |
builds/x86_64-pc-windows-msvc.drenv
builds/x86_64-apple-darwin.drenv
builds/aarch64-apple-darwin.drenv
builds/x86_64-unknown-linux-gnu.drenv
builds/aarch64-unknown-linux-gnu.drenv
files: "**/*.drenv"
fail_on_unmatched_files: true
generate_release_notes: true
2 changes: 1 addition & 1 deletion constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const version = "0.3.3";
export const version = "0.3.4";
export const homePath = `${Deno.env.get("HOME")}/.drenv`;
export const versionsPath = `${homePath}/versions`;
export const binPath = `${homePath}/bin`;
Expand Down

0 comments on commit 48ea146

Please sign in to comment.