Skip to content

Commit

Permalink
actions updated for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Skye committed Sep 27, 2024
1 parent 7b1c83e commit 49585fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ jobs:
name: SkyeCraft
path: builds/

- name: Print build folder contents
run: |
echo "Listing contents of builds/ folder"
ls -la builds/
release:
needs: build
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module example.com/app

go 1.23.0

require github.com/webview/webview_go v0.0.0-20240831120633-6173450d4dd6 // indirect
require github.com/webview/webview_go v0.0.0-20240831120633-6173450d4dd6

0 comments on commit 49585fa

Please sign in to comment.