Skip to content

Commit

Permalink
execute on release
Browse files Browse the repository at this point in the history
  • Loading branch information
dh1tw committed Nov 26, 2019
1 parent 0c772b4 commit 1cf6810
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ jobs:
name: Prepare build artifact for stashing
run: |
mkdir release
ls -al
chmod +x ./remoteRotator
mv ./remoteRotator ./release
-
# The build artifact can be identified by the trailing sha of the git commit
Expand Down Expand Up @@ -113,8 +111,6 @@ jobs:
name: Prepare build artifact for stashing
run: |
mkdir release
ls -al
chmod +x ./remoteRotator.exe
mv ./remoteRotator.exe ./release
-
# The build artifact can be identified by the trailing sha of the git commit
Expand Down Expand Up @@ -158,8 +154,6 @@ jobs:
name: Prepare build artifact for stashing
run: |
mkdir release
ls -al
chmod +x ./remoteRotator
mv ./remoteRotator ./release
-
# The build artifact can be identified by the trailing sha of the git commit
Expand Down

0 comments on commit 1cf6810

Please sign in to comment.