Skip to content

Commit

Permalink
Update workflow structure
Browse files Browse the repository at this point in the history
  • Loading branch information
okibcn authored Feb 4, 2023
1 parent b03acce commit 9e6526f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 127 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
# labels:
# - "📦 dependencies"
assignees:
- "okibcn"
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
cp LICENSE README* -t WslCompact
VERSION=$(cat WslCompact/WslCompact.psm1 | grep -Po "^#.*v([\d\.\-]+)" | grep -Po "([\d\.\-]+)")
zip "./WslCompact-v$VERSION.zip" WslCompact
zip "./WslCompact-v$VERSION.zip" WslCompact/*
echo "VERSION=${VERSION}" >>$GITHUB_ENV
- name: "👍 Upload Artifact"
Expand Down
126 changes: 0 additions & 126 deletions wslcompact.ps1

This file was deleted.

0 comments on commit 9e6526f

Please sign in to comment.