Skip to content

Commit

Permalink
root: renamed ci/ to appveyor/ instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
0x08088405 committed Nov 25, 2019
1 parent 86a323e commit ad557bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ test_script:

before_deploy:
- cargo rustc --target %TARGET% --release --bin gm8decompiler
- ps: ci\before_deploy.ps1
- ps: appveyor\before_deploy.ps1

deploy:
artifact: /.*\.zip/
Expand Down
2 changes: 2 additions & 0 deletions ci/before-deploy.ps1 → appveyor/before-deploy.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Helper script to package up releases for deploying.

$SRC_DIR = $PWD.Path
$STAGE = [System.Guid]::NewGuid().ToString()

Expand Down

0 comments on commit ad557bd

Please sign in to comment.