Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidferlay committed May 10, 2024
1 parent 52c61f9 commit 5da1de6
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,10 @@ jobs:
- name: Git checkout
uses: actions/checkout@v3
- name: Commands
run: |
echo
date
echo
pwd
echo
whoami
echo
#echo " - Creating 'token.json' from secret..."
#echo "$TOKEN_JSON" | base64 -d > token.json
#echo " - Done!"
#echo " - Creating 'credentials.json' from secret..."
#echo "$CREDENTIALS_JSON" | base64 -d > credentials.json
#echo " - Done!"
echo
make all
ls -lah bin/launchr
run:
- date
- pwd
- whoami
- make all
- ls -lah bin/launchr
#./bin/app-linux

0 comments on commit 5da1de6

Please sign in to comment.