Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NOCanoa authored Nov 1, 2024
1 parent 78e3229 commit 4bad397
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,16 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4


- name: ls
run: ls

- name: cd to upload
run: cd /upload

- name: ls
run: ls

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

- name: run upload
run: go run main.go ${{ secrets.STORAGE_PASSWORD }} ${{ secrets.STORAGE_NAME }}
- name: List Directory Contents
run: ls
- name: Change Directory and Run Go File
run: |
cd upload
ls
go run main.go ${{ secrets.STORAGE_PASSWORD }} ${{ secrets.STORAGE_NAME }}

0 comments on commit 4bad397

Please sign in to comment.