Skip to content

Commit

Permalink
Merge pull request #2 from WesleyJoseSantos/develop
Browse files Browse the repository at this point in the history
chore: update pipeline
  • Loading branch information
wjsan authored Jan 7, 2023
2 parents e05e83d + 7100703 commit ba1e416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
echo "RELEASE_KIND=pre-release" >> $GITHUB_ENV
echo "TAG_KIND=-pre" >> $GITHUB_ENV
echo "ARQUIVE_DIR=./KeyToInoApp/bin/Release" >> $GITHUB_ENV
echo "ARQUIVE_DIR=./UsersDBApp/bin/Release" >> $GITHUB_ENV
echo "ARQUIVE_NAME=pre-release.zip" >> $GITHUB_ENV
Expand All @@ -30,7 +30,7 @@ jobs:
run: |
echo "RELEASE_KIND=release" >> $GITHUB_ENV
echo "TAG_KIND=" >> $GITHUB_ENV
echo "ARQUIVE_DIR=./KeyToInoApp/bin/Release" >> $GITHUB_ENV
echo "ARQUIVE_DIR=./UsersDBApp/bin/Release" >> $GITHUB_ENV
echo "ARQUIVE_NAME=release.zip" >> $GITHUB_ENV
- name: Archive build
Expand Down

0 comments on commit ba1e416

Please sign in to comment.