Skip to content

Commit

Permalink
First commit :
Browse files Browse the repository at this point in the history
 - Service fonctionnel
 - Pas encore de système d'authentification
  • Loading branch information
Nicolas Choquet committed Mar 12, 2024
1 parent 0e11706 commit 6284bb0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
GITHUB_TOKEN: ${{ secrets.TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v3
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.TOKEN }}
goos: linux
goarch: amd64
md5sum: false
Expand All @@ -56,13 +56,12 @@ jobs:
- uses: actions/checkout@v3
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.TOKEN }}
goos: windows
goarch: amd64
md5sum: false
binary_name: file-system-service-windows
retry: 3
ldflags: "-H windowsgui"

release-darwin-gui-amd64:
name: release darwin/amd64 gui app
Expand All @@ -71,7 +70,7 @@ jobs:
- uses: actions/checkout@v3
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.TOKEN }}
goos: darwin
goarch: amd64
md5sum: false
Expand All @@ -85,7 +84,7 @@ jobs:
- uses: actions/checkout@v3
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.TOKEN }}
goos: darwin
goarch: arm64
md5sum: false
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.idea/
.idea/
.dist/
Binary file removed dist/file-system-service-darwin
Binary file not shown.
Binary file removed dist/file-system-service-linux
Binary file not shown.
Binary file removed dist/file-system-service-windows.exe
Binary file not shown.

0 comments on commit 6284bb0

Please sign in to comment.