Skip to content

Commit

Permalink
print the current directory (is there a .git folder?)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 18, 2021
1 parent 4ad065e commit b1ddcd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
GOOS: linux
GOARCH: amd64
run: |
ls -alt
mkdir -p $PROJECT_PATH
cp -a $GITHUB_WORKSPACE/. $PROJECT_PATH/
Expand Down

0 comments on commit b1ddcd5

Please sign in to comment.